Skip to content

Commit

Permalink
Include MainWindow first
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 7, 2016
1 parent cb6ed19 commit 254c72a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "ShapeAnnotation.h"
#include "ModelWidgetContainer.h"
#include "ShapePropertiesDialog.h"
Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Component/Component.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "Component.h"
#include "ComponentProperties.h"
#include "Commands.h"
Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Component/CornerItem.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "CornerItem.h"
#include "Component.h"
#include "Commands.h"
Expand Down

0 comments on commit 254c72a

Please sign in to comment.