summaryrefslogtreecommitdiff
path: root/src/cppunit/TestRunner.cpp
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2005-10-13 19:13:16 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2005-10-13 19:13:16 +0000
commit5be2e1adea142d98f96d61718d70c48a0961e609 (patch)
tree366902f3fb0bd3823306c0ce67d42c481519af21 /src/cppunit/TestRunner.cpp
parentaf164e4c6df13403d5eeab6b5e7bdb4e209d0abd (diff)
downloadcppunit-5be2e1adea142d98f96d61718d70c48a0961e609.tar.gz
removed most warning when compiling with vc++ 6sp6.
Diffstat (limited to 'src/cppunit/TestRunner.cpp')
-rw-r--r--src/cppunit/TestRunner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cppunit/TestRunner.cpp b/src/cppunit/TestRunner.cpp
index 91b07f6..8d95a63 100644
--- a/src/cppunit/TestRunner.cpp
+++ b/src/cppunit/TestRunner.cpp
@@ -1,3 +1,4 @@
+#include <cppunit/config/SourcePrefix.h>
#include <cppunit/TestRunner.h>
#include <cppunit/TestPath.h>
#include <cppunit/TestResult.h>