blob: 1245551782cb5184da050fd9a3069a9ef9c75883 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/appleseed.studio/python/module.cpp.orig 2019-08-31 15:49:01 UTC
+++ src/appleseed.studio/python/module.cpp
@@ -26,10 +26,12 @@
// THE SOFTWARE.
//
+// XXX: must be included before Qt headers because of `slot' redefine
+#include "python/pythoninterpreter.h"
+
// appleseed.studio headers.
#include "mainwindow/mainwindow.h"
#include "mainwindow/minimizebutton.h"
-#include "python/pythoninterpreter.h"
// appleseed.foundation headers.
#include "foundation/core/exceptions/exception.h"
|