From b935c45dee0e6036de3e83c44015d14d3958ac7f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Dec 2008 09:05:04 +0000 Subject: [PATCH] compilation fixes for PCH-less build after r57074 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xrc/xh_bmpcbox.cpp | 1 + src/xrc/xh_menu.cpp | 1 + src/xrc/xh_toolb.cpp | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/xrc/xh_bmpcbox.cpp b/src/xrc/xh_bmpcbox.cpp index 87c4c20e19..464f75b79f 100644 --- a/src/xrc/xh_bmpcbox.cpp +++ b/src/xrc/xh_bmpcbox.cpp @@ -21,6 +21,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" + #include "wx/log.h" #endif #include "wx/bmpcbox.h" diff --git a/src/xrc/xh_menu.cpp b/src/xrc/xh_menu.cpp index f836539c69..fe700cdd5c 100644 --- a/src/xrc/xh_menu.cpp +++ b/src/xrc/xh_menu.cpp @@ -21,6 +21,7 @@ #ifndef WX_PRECOMP #include "wx/frame.h" + #include "wx/log.h" #include "wx/menu.h" #endif diff --git a/src/xrc/xh_toolb.cpp b/src/xrc/xh_toolb.cpp index fe7a6aa01a..b6f518d4af 100644 --- a/src/xrc/xh_toolb.cpp +++ b/src/xrc/xh_toolb.cpp @@ -21,6 +21,8 @@ #ifndef WX_PRECOMP #include "wx/frame.h" + #include "wx/log.h" + #include "wx/menu.h" #include "wx/toolbar.h" #endif -- 2.50.0