From 3e97ad5860913cfac2c3a170175ac9ced6acee97 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 23 Feb 2011 10:15:19 +0000 Subject: Added missing includes. --- editor/toolbox.cc | 6 +++++- editor/widgetwrapper.cc | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/editor/toolbox.cc b/editor/toolbox.cc index e1983f1..e2b2d94 100644 --- a/editor/toolbox.cc +++ b/editor/toolbox.cc @@ -26,10 +26,14 @@ */ #include "toolbox.h" +#include + #include +#include + #include "tool.h" #include "widget.h" -#include + Toolbox::Toolbox(QDomNode &node, MacroWindow *macrowindow) : QDialog() diff --git a/editor/widgetwrapper.cc b/editor/widgetwrapper.cc index 435903b..d5322a2 100644 --- a/editor/widgetwrapper.cc +++ b/editor/widgetwrapper.cc @@ -26,6 +26,8 @@ */ #include "widgetwrapper.h" +#include + #include #include #include -- cgit v1.2.3