From 916d0b616512788f3687583e39a0384b908c30be Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Sun, 22 Aug 1999 20:16:23 +0000 Subject: [PATCH] A few small fixes for cross compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlwin.h | 1 + include/wx/msw/checklst.h | 2 ++ include/wx/msw/menu.h | 1 + include/wx/msw/settings.h | 2 ++ include/wx/msw/statbmp.h | 1 + 5 files changed, 7 insertions(+) diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 89117cec8c..ea266a31b0 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -18,6 +18,7 @@ #if wxUSE_HTML #include +#include #include #include #include diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index df6b479e9c..25041b8fa8 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -20,6 +20,8 @@ // typedef unsigned int size_t; #include +#include "wx/setup.h" + #if !wxUSE_OWNER_DRAWN #error "wxCheckListBox class requires owner-drawn functionality." #endif diff --git a/include/wx/msw/menu.h b/include/wx/msw/menu.h index 3e6aad81d7..99ce435c77 100644 --- a/include/wx/msw/menu.h +++ b/include/wx/msw/menu.h @@ -19,6 +19,7 @@ #include "wx/defs.h" #include "wx/event.h" #include "wx/dynarray.h" +#include "wx/msw/accel.h" class WXDLLEXPORT wxMenuItem; class WXDLLEXPORT wxMenuBar; diff --git a/include/wx/msw/settings.h b/include/wx/msw/settings.h index 2df189e9ae..95e58680f6 100644 --- a/include/wx/msw/settings.h +++ b/include/wx/msw/settings.h @@ -17,6 +17,8 @@ #endif #include "wx/setup.h" +#include "wx/colour.h" +#include "wx/font.h" #define wxSYS_WHITE_BRUSH 0 #define wxSYS_LTGRAY_BRUSH 1 diff --git a/include/wx/msw/statbmp.h b/include/wx/msw/statbmp.h index 4da9e6f89d..e412b276ad 100644 --- a/include/wx/msw/statbmp.h +++ b/include/wx/msw/statbmp.h @@ -17,6 +17,7 @@ #endif #include "wx/control.h" +#include "wx/icon.h" WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr; -- 2.47.2