fix compilation with PCH (patch 1581936)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 11:38:33 +0000 (11:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 11:38:33 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/benchmarks/printfbench.cpp

index 49f5d8e43372145a61bd68e024e84c0fc1889eff..4fa8c3dbee8601f61b2935f0b140ffbfc8fc72db 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#include <wx/string.h>
+#include "testprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+    #include <wx/string.h>
+#endif // WX_PRECOMP
+
 #include <wx/stopwatch.h>
 #include <wx/utils.h>
 #include <wx/cmdline.h>