branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/tools/qtestlib/chart/reportgenerator.h Mon Jun 21 22:38:13 2010 +0100 +++ b/tools/qtestlib/chart/reportgenerator.h Thu Jul 22 16:41:55 2010 +0100 @@ -42,6 +42,9 @@ #define REPORTGENERATOR_H #include "database.h" +#include <QtCore/qglobal.h> + +QT_BEGIN_NAMESPACE class ReportGenerator { @@ -59,5 +62,7 @@ void printTestCaseResults(const QString &testCaseName); +QT_END_NAMESPACE + #endif