]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for no-pch.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 22:41:24 +0000 (22:41 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 22:41:24 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/filename/filenametest.cpp

index 0b14219dbb0edb0d88b509e5cc40fce9c84ba824..8a8f6842f2a6b58e18a88d6d36d5c9933f8738de 100644 (file)
@@ -18,6 +18,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/utils.h"
 #endif // WX_PRECOMP
 
 #include "wx/filename.h"