projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d47d7
)
fix compilation with PCH (patch 1581936)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 22 Oct 2006 11:38:33 +0000
(11:38 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/tests/benchmarks/printfbench.cpp
b/tests/benchmarks/printfbench.cpp
index 49f5d8e43372145a61bd68e024e84c0fc1889eff..4fa8c3dbee8601f61b2935f0b140ffbfc8fc72db 100644
(file)
--- a/
tests/benchmarks/printfbench.cpp
+++ b/
tests/benchmarks/printfbench.cpp
@@
-17,7
+17,16
@@
// 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>