Misplaced include (something about slot defined by QT and python : python must be included first)
This commit is contained in:
parent
5c50d3e9a9
commit
9f6e840036
|
@ -31,6 +31,7 @@ using namespace std;
|
|||
namespace bfs = boost::filesystem;
|
||||
|
||||
#include "hurricane/Warning.h"
|
||||
#include "hurricane/viewer/Script.h"
|
||||
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
|
@ -42,7 +43,6 @@ namespace bfs = boost::filesystem;
|
|||
#include <QVBoxLayout>
|
||||
|
||||
#include "hurricane/viewer/Graphics.h"
|
||||
#include "hurricane/viewer/Script.h"
|
||||
#include "hurricane/viewer/ScriptWidget.h"
|
||||
#include "hurricane/viewer/CellViewer.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue