From 3a3349f5189d6cbaa6c9b3f202433cec9a5ee9d5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Sep 2010 12:30:02 +0000 Subject: [PATCH] More compilation fixes for new wxRTC image code without PCH. 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/richtext/richtextimagedlg.cpp b/src/richtext/richtextimagedlg.cpp index ef59d9bfc6..2c5446d24e 100644 --- a/src/richtext/richtextimagedlg.cpp +++ b/src/richtext/richtextimagedlg.cpp @@ -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 -- 2.45.2