X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81ec0e15af36d4ade14cd9ebb01c9a53d262c9be..04a123c642b0fc589e29cdd507faf11b85973f79:/tests/interactive/input.cpp 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 // ----------------------------------------------------------------------------