summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--include/cppunit/TestResult.h1
-rw-r--r--include/cppunit/ui/qt/Config.h2
4 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1924e9..ad52533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index d960ffa..00872a3 100644
--- a/NEWS
+++ b/NEWS
@@ -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