]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing header.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 2 Jan 2008 08:04:30 +0000 (08:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 2 Jan 2008 08:04:30 +0000 (08:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/strings/unicode.cpp

index 9ddaba42cd767ace37ce9fca1cdc0262c0b51a76..2abae879ac45ced46fbb4c7e88c710ca15df726e 100644 (file)
@@ -18,6 +18,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/wx.h"
 #endif // WX_PRECOMP
 
 // ----------------------------------------------------------------------------