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

@@ -38,6 +38,7 @@
#include "QuantitySpinBox.h"
#include "QuantitySpinBox_p.h"
#include "DlgExpressionInput.h"
#include "propertyeditor/PropertyItem.h"
#include "BitmapFactory.h"
#include "Command.h"
#include <Base/Tools.h>