]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/bench.cpp
Always add libwxscintilla in monolithic mode.
[wxWidgets.git] / tests / benchmarks / bench.cpp
index 2662554ef897284458088239a651ec79b6ab3bd7..5c058e418e38091f6ba897e3a39cd2fd1ce17a6f 100644 (file)
 #include "wx/cmdline.h"
 #include "wx/stopwatch.h"
 
+#if wxUSE_GUI
+    #include "wx/frame.h"
+#endif
+
 #include "bench.h"
 
 // ----------------------------------------------------------------------------