MSVC 6 compilo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-21 17:10:25 +00:00
parent 39ccbf9a31
commit 56863b1608

View File

@@ -41,6 +41,12 @@
#include "wx/wx.h"
#endif
// many of the tests are specific to the builtin regex lib, so only attempts
// to do them when using the builtin regex lib.
//
#ifdef wxHAS_REGEX_ADVANCED
#include "wx/regex.h"
#include "wx/cppunit.h"
#include <string>
@@ -51,14 +57,7 @@ using CppUnit::TestCase;
using CppUnit::TestSuite;
using CppUnit::Exception;
using std::vector;
using std::string;
// many of the tests are specific to the builtin regex lib, so only attempts
// to do them when using the builtin regex lib.
//
#ifdef wxHAS_REGEX_ADVANCED
using namespace std;
///////////////////////////////////////////////////////////////////////////////
// The test case - an instance represents a single test