summaryrefslogtreecommitdiff
blob: bcb5eeb7aff991182542d6069f3ec2d53ce403eb (plain)
1
2
3
4
5
6
7
8
9
10
--- include/cppunit/TestResult.h.orig	2007-02-07 23:49:04.000000000 +0100
+++ include/cppunit/TestResult.h	2007-02-07 23:49:23.000000000 +0100
@@ -2,6 +2,7 @@
 #define CPPUNIT_TESTRESULT_H
 
 #include <cppunit/Portability.h>
+#include <string>
 
 #if CPPUNIT_NEED_DLL_DECL
 #pragma warning( push )