From 22cbd10ea3ab5fead0bbb07107c45d584809fbc3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 14 Feb 2003 20:19:49 +0000 Subject: [PATCH] compilation fix (missing header) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/notebook.cpp | 1 + src/gtk1/notebook.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gtk/notebook.cpp b/src/gtk/notebook.cpp index 4439cbae46..0621f9fe5b 100644 --- a/src/gtk/notebook.cpp +++ b/src/gtk/notebook.cpp @@ -20,6 +20,7 @@ #include "wx/imaglist.h" #include "wx/intl.h" #include "wx/log.h" +#include "wx/bitmap.h" #include "wx/gtk/private.h" #include "wx/gtk/win_gtk.h" diff --git a/src/gtk1/notebook.cpp b/src/gtk1/notebook.cpp index 4439cbae46..0621f9fe5b 100644 --- a/src/gtk1/notebook.cpp +++ b/src/gtk1/notebook.cpp @@ -20,6 +20,7 @@ #include "wx/imaglist.h" #include "wx/intl.h" #include "wx/log.h" +#include "wx/bitmap.h" #include "wx/gtk/private.h" #include "wx/gtk/win_gtk.h"