aboutsummaryrefslogtreecommitdiffstats
path: root/reporthandler.cpp
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-15 11:29:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:59 -0300
commitdd7f06be4d8687cd4ed45a41aac674ec50e645ed (patch)
tree928e78da928ee758e4daf0ed71cbaad4a03c43b8 /reporthandler.cpp
parent74d3c1bb12280ffb2b810ee4bd1272ba6fb8127f (diff)
TypeDatabase class moved to its own header/cpp.
Diffstat (limited to 'reporthandler.cpp')
-rw-r--r--reporthandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/reporthandler.cpp b/reporthandler.cpp
index fd41983c5..4b0128930 100644
--- a/reporthandler.cpp
+++ b/reporthandler.cpp
@@ -23,6 +23,7 @@
#include "reporthandler.h"
#include "typesystem.h"
+#include "typedatabase.h"
#include <QtCore/QSet>
#include <cstring>
#include <cstdarg>