projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use fallback encoding in wxConvAuto when input is not in UTF-8
[wxWidgets.git]
/
src
/
xrc
/
xh_scwin.cpp
diff --git
a/src/xrc/xh_scwin.cpp
b/src/xrc/xh_scwin.cpp
index 59988f784427e24069114d54d8fa80f23bac67f6..156a3c970be6f1eb72513cf010d061e84535f6d5 100644
(file)
--- a/
src/xrc/xh_scwin.cpp
+++ b/
src/xrc/xh_scwin.cpp
@@
-18,8
+18,11
@@
#if wxUSE_XRC
#include "wx/xrc/xh_scwin.h"
-#include "wx/scrolwin.h"
-#include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/frame.h"
+ #include "wx/scrolwin.h"
+#endif
IMPLEMENT_DYNAMIC_CLASS(wxScrolledWindowXmlHandler, wxXmlResourceHandler)