]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed broken compilation due to Ove's last nice changes :-(
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 24 Jul 2000 13:28:01 +0000 (13:28 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 24 Jul 2000 13:28:01 +0000 (13:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index 9c505d0cc82c9b815b42d2da03aabbff299ea687..ab68a01e14520725a5a03974b9f880dff2876e7a 100644 (file)
   #pragma hdrstop
 #endif
 
+#ifdef __WXMSW__
+  #include "wx/msw/private.h"
+#endif
+
 #include <errno.h>
 #include <ctype.h>
 #include <string.h>