diff options
Diffstat (limited to 'editor/toolbox.cc')
-rw-r--r-- | editor/toolbox.cc | 6 |
1 files changed, 5 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() |