projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't use hidden items for size calc (patch 1698314)
[wxWidgets.git]
/
src
/
common
/
unichar.cpp
diff --git
a/src/common/unichar.cpp
b/src/common/unichar.cpp
index 4aa43533df8f5b1323ac2d6e1e602e15ffdfe7e8..9e8ef8df4f39cf4ff0cabeeaf92b6a1a1ec53c9f 100644
(file)
--- a/
src/common/unichar.cpp
+++ b/
src/common/unichar.cpp
@@
-19,6
+19,10
@@
#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/strconv.h" // wxConvLibc
+#endif
+
#include "wx/unichar.h"
// ===========================================================================