]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/sstream.cpp
rebaked after adding src/tiff/tif_color.c
[wxWidgets.git] / tests / streams / sstream.cpp
index 20dfd40b5eadef03f4c33c5cb0f87f6c01d059ea..49fbf32456bc87155899e65acfe3b470d95a0b40 100644 (file)
@@ -8,7 +8,8 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
+// and "wx/cppunit.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -18,7 +19,6 @@
 #ifndef WX_PRECOMP
 #endif
 
-#include "wx/cppunit.h"
 #include "wx/sstream.h"
 
 #include "bstream.h"