From: Michael Wetherell Date: Sun, 29 Oct 2006 22:41:24 +0000 (+0000) Subject: Compile fix for no-pch. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f7c69b905d28d316cc01bbb58f8d86239110d244?hp=765ced3dfa026174f8461ac39ba092d71ab2c62c Compile fix for no-pch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp index 0b14219dbb..8a8f6842f2 100644 --- a/tests/filename/filenametest.cpp +++ b/tests/filename/filenametest.cpp @@ -18,6 +18,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/utils.h" #endif // WX_PRECOMP #include "wx/filename.h"