]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/scopeguard/scopeguardtest.cpp
give an error message when ran from a wrong location instead of just saying that...
[wxWidgets.git] / tests / scopeguard / scopeguardtest.cpp
index 24c19fd9812ef73a72efb4259e34b61815b34823..83a73684dc75079a7f8ec06a4ac963893f3151ea 100644 (file)
@@ -21,6 +21,7 @@
     #pragma hdrstop
 #endif
 
+#include "wx/string.h"
 #include "wx/scopeguard.h"
 
 // ----------------------------------------------------------------------------