diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | include/cppunit/TestResult.h | 1 | ||||
| -rw-r--r-- | include/cppunit/ui/qt/Config.h | 2 |
4 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-10-26 Baptiste Lepilleur <blep@users.sourceforge.net> + * include/cppunit/TestResult.h: + * include/cppunit/ui/Config.h: fixed compilation issues with QtTestRunner. + 2006-06-29 Baptiste Lepilleur <blep@users.sourceforge.net> * Makefile.am: * lib/.keepme: added dummy file to prevent lib/ removal by some @@ -1,3 +1,8 @@ + New in CppUnit 1.12.1: + ---------------------- + +* Portability: fixed some compilation issue for QtTestRunner. + New in CppUnit 1.12.0: ---------------------- diff --git a/include/cppunit/TestResult.h b/include/cppunit/TestResult.h index 4653102..e7e1050 100644 --- a/include/cppunit/TestResult.h +++ b/include/cppunit/TestResult.h @@ -10,6 +10,7 @@ #include <cppunit/SynchronizedObject.h> #include <cppunit/portability/CppUnitDeque.h> +#include <string> CPPUNIT_NS_BEGIN diff --git a/include/cppunit/ui/qt/Config.h b/include/cppunit/ui/qt/Config.h index 73eac3c..beaf9ad 100644 --- a/include/cppunit/ui/qt/Config.h +++ b/include/cppunit/ui/qt/Config.h @@ -18,4 +18,4 @@ #endif -#endif // CPPUNIT_QTUI_CONFIG_H
\ No newline at end of file +#endif // CPPUNIT_QTUI_CONFIG_H |
