From f95abb9d3d603bb6478ed6ca8f73f42078f829b0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Jun 2008 22:11:52 +0000 Subject: [PATCH] blind fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/stdpaths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/stdpaths.cpp b/src/unix/stdpaths.cpp index 530d7fe918..1c4bacc25e 100644 --- a/src/unix/stdpaths.cpp +++ b/src/unix/stdpaths.cpp @@ -29,6 +29,7 @@ #include "wx/stdpaths.h" #ifndef WX_PRECOMP + #include "wx/wxcrt.h" #include "wx/utils.h" #endif //WX_PRECOMP -- 2.45.2