summaryrefslogtreecommitdiff
path: root/quacker/graphicalreporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/graphicalreporter.cpp')
-rw-r--r--quacker/graphicalreporter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/graphicalreporter.cpp b/quacker/graphicalreporter.cpp
index 4c9fa43..a23cc97 100644
--- a/quacker/graphicalreporter.cpp
+++ b/quacker/graphicalreporter.cpp
@@ -39,6 +39,8 @@ const char *kHtmlHeader =
"\n\n"
;
+using namespace std;
+
GraphicalReporter::GraphicalReporter(const QString &outputDirectory, bool generateImages)
: m_output(outputDirectory), m_generateImages(generateImages)
{