]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/window/setsize.cpp
Compilation fix for wxUSE_STL==1 build after r67356.
[wxWidgets.git] / tests / window / setsize.cpp
index 122cb0749a4fb4fcc87ac55be13e2f2cc85870f6..16468d22bcf862766aef45d22ec9bc2ab3402c1f 100644 (file)
     #include "wx/window.h"
 #endif // WX_PRECOMP
 
-inline std::ostream& operator<<(std::ostream& o, const wxSize& s)
-{
-    return o << s.x << 'x' << s.y;
-}
+#include "asserthelper.h"
 
 // ----------------------------------------------------------------------------
 // test class