X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0868a0300964f0c3438f597ae7e250a7d0863472..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/tests/regex/regextest.cpp diff --git a/tests/regex/regextest.cpp b/tests/regex/regextest.cpp index 5b890d2d86..c146caf672 100644 --- a/tests/regex/regextest.cpp +++ b/tests/regex/regextest.cpp @@ -30,7 +30,7 @@ // // For compilers that support precompilation, includes "wx/wx.h". -#include "wx/wxprec.h" +#include "testprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -48,7 +48,6 @@ #ifdef wxHAS_REGEX_ADVANCED #include "wx/regex.h" -#include "wx/cppunit.h" #include #include @@ -133,6 +132,7 @@ RegExTestCase::RegExTestCase( m_advanced(false) { bool badconv = m_pattern == convError() || m_data == convError(); + //RN: Removing the std:: here will break MSVC6 compilation std::vector::const_iterator it; for (it = expected.begin(); it != expected.end(); ++it) {