]> git.saurik.com Git - wxWidgets.git/commitdiff
More compilation fixes for new wxRTC image code without PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 12:30:02 +0000 (12:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 12:30:02 +0000 (12:30 +0000)
Add more headers needed when not using PCH.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextimagedlg.cpp

index ef59d9bfc63127a2f91d3a1789a89f2988889a62..2c5446d24eb33b4edc839846232f214efcff880b 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef WX_PRECOMP
     #include "wx/button.h"
     #include "wx/combobox.h"
+    #include "wx/sizer.h"
+    #include "wx/stattext.h"
     #include "wx/textctrl.h"
 #endif