Skip to content

Commit

Permalink
+ fix gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 8, 2014
1 parent 71bc500 commit f149de1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/CommandWindow.cpp
Expand Up @@ -23,6 +23,7 @@

#include "PreCompiled.h"
#ifndef _PreComp_
# include <QCoreApplication>
# include <QStatusBar>
#endif

Expand Down
1 change: 1 addition & 0 deletions src/Gui/DlgActivateWindowImp.cpp
Expand Up @@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <QApplication>
# include <QHeaderView>
# include <QPushButton>
#endif

#include "DlgActivateWindowImp.h"
Expand Down
3 changes: 3 additions & 0 deletions src/Gui/DlgCustomizeImp.cpp
Expand Up @@ -22,6 +22,9 @@


#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPushButton>
#endif

#include "DlgCustomizeImp.h"
#include "MainWindow.h"
Expand Down
3 changes: 3 additions & 0 deletions src/Gui/DlgInputDialogImp.cpp
Expand Up @@ -22,6 +22,9 @@


#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPushButton>
#endif

#include "DlgInputDialogImp.h"
#include "SpinBox.h"
Expand Down

0 comments on commit f149de1

Please sign in to comment.