diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2006-10-26 06:21:13 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2006-10-26 06:21:13 +0000 |
| commit | f8829a4a51a68df2f2acf7efc9700bec2f028a48 (patch) | |
| tree | 61f0dc5e04c1da6b4ab9bf1fe71f889c1bb004dc /include/cppunit | |
| parent | 1ac6e21ad18088cc5efdf4dec8a0eba64d87f382 (diff) | |
| download | cppunit-f8829a4a51a68df2f2acf7efc9700bec2f028a48.tar.gz | |
- fixed some compilation issues for QtTestRunner.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestResult.h | 1 | ||||
| -rw-r--r-- | include/cppunit/ui/qt/Config.h | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
