]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing header.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 26 Oct 2006 19:48:02 +0000 (19:48 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 26 Oct 2006 19:48:02 +0000 (19:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/stdpaths.cpp

index 7eef3af3a0c8dbca0ef6dfa162a57c77b3a709af..611d49a1989b0fdf199e146b2a2ab07bf178abc5 100644 (file)
 
 #if wxUSE_STDPATHS
 
+#include "wx/stdpaths.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
+    #include "wx/utils.h"
 #endif //WX_PRECOMP
 
 #include "wx/dynlib.h"
 #include "wx/filename.h"
 
-#include "wx/stdpaths.h"
-
 #include "wx/msw/private.h"
 #include "wx/msw/wrapshl.h"