+ fix gcc build

This commit is contained in:
wmayer 2014-03-08 17:59:22 +01:00
parent 71bc500aab
commit f149de10e4
4 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QCoreApplication>
# include <QStatusBar>
#endif

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <QApplication>
# include <QHeaderView>
# include <QPushButton>
#endif
#include "DlgActivateWindowImp.h"

View File

@ -22,6 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPushButton>
#endif
#include "DlgCustomizeImp.h"
#include "MainWindow.h"

View File

@ -22,6 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPushButton>
#endif
#include "DlgInputDialogImp.h"
#include "SpinBox.h"