From de303444986fc3894e258708b2390b03937b57ed Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Thu, 26 Oct 2006 19:48:02 +0000 Subject: [PATCH] Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/stdpaths.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 7eef3af3a0..611d49a198 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -26,15 +26,15 @@ #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" -- 2.45.2