Add missing header files

Needed for Qt5, recommended for Qt4
This commit is contained in:
maurerpe
2016-02-21 13:16:51 -05:00
committed by wmayer
parent 9013e843e8
commit 5a85155565
9 changed files with 28 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
#include "Command.h"
#include "InputField.h"
#include "BitmapFactory.h"
#include "propertyeditor/PropertyItem.h"
using namespace Gui;
using namespace App;