]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorPaul Cornett <paulcor@bullseye.com>
Sun, 23 Mar 2008 18:24:27 +0000 (18:24 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 23 Mar 2008 18:24:27 +0000 (18:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/apptraits.cpp

index a19b8e0e8758007538d014c86a3d591923e23fa6..a2698eef66a928c5e54d6f45a2de30cafb2f5e0e 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/apptrait.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/utils.h"
 #endif // WX_PRECOMP
 
-#include "wx/apptrait.h"
 #include "wx/unix/execute.h"
 
 // ============================================================================