diff options
-rw-r--r-- | editor/toolbox.cc | 6 | ||||
-rw-r--r-- | editor/widgetwrapper.cc | 2 |
2 files changed, 7 insertions, 1 deletions
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 <stdio.h> + #include <QVBoxLayout> +#include <QPushButton> + #include "tool.h" #include "widget.h" -#include <QPushButton> + 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 <stdio.h> + #include <QVariant> #include <QDataStream> #include <QMetaType> |