]> git.saurik.com Git - wxWidgets.git/commitdiff
really fix compilation for PCH-less builds
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jul 2008 12:57:47 +0000 (12:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jul 2008 12:57:47 +0000 (12:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/uri.h
src/common/uri.cpp

index 3ce9811a558204ceac17f2cdfb8a3df566a87cb3..6b9b9ace1563534fcc7ef2710b50529828f91f5b 100644 (file)
@@ -16,6 +16,7 @@
 #include "wx/defs.h"
 #include "wx/object.h"
 #include "wx/string.h"
+#include "wx/arrstr.h"
 
 // Host Type that the server component can be
 enum wxURIHostType
index 807268f80d19741500e9beb61e92b75e64d15e48..b8b569ab1b66d6ce67ae3feed655855e86c6bd1c 100644 (file)
@@ -27,7 +27,6 @@
 
 #ifndef WX_PRECOMP
     #include "wx/crt.h"
-    #include "wx/arrstr.h"
 #endif
 
 #include "wx/uri.h"