]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/printfbench.cpp
deal correctly with having too few items in wxFlexGridSizer (this is not an error...
[wxWidgets.git] / tests / benchmarks / printfbench.cpp
index 49f5d8e43372145a61bd68e024e84c0fc1889eff..9187aa72083389e14ce5d4750212e6cfbcf9b105 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>
 #include <wx/app.h>
+#include <wx/wxchar.h>
 
 
 // ----------------------------------------------------------------------------