X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81ec0e15af36d4ade14cd9ebb01c9a53d262c9be..5dec941a5ba3c08870ab4b415dd6e5be368fa0f0:/tests/interactive/input.cpp?ds=sidebyside diff --git a/tests/interactive/input.cpp b/tests/interactive/input.cpp index f4575c9a9c..1e45d50309 100644 --- a/tests/interactive/input.cpp +++ b/tests/interactive/input.cpp @@ -21,6 +21,10 @@ #pragma hdrstop #endif +#include "wx/app.h" +#include "wx/wxcrt.h" // for wxPuts +#include "wx/wxcrtvararg.h" // for wxPrintf + // ---------------------------------------------------------------------------- // conditional compilation // ---------------------------------------------------------------------------- @@ -28,7 +32,9 @@ #define TEST_SNGLINST #define TEST_FTP #define TEST_INFO_FUNCTIONS -#define TEST_REGEX +#if wxUSE_REGEX + #define TEST_REGEX +#endif #define TEST_DATETIME // ----------------------------------------------------------------------------