From 5ba7ca2df56e3e2acf590ce47abb2682fb2b70db Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 18 Mar 2013 14:28:25 +0100
Subject: [PATCH] make sure boost Python gets included before any QT headers

---
 modules/gui/pymod/data_viewer_proxy.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/pymod/data_viewer_proxy.hh b/modules/gui/pymod/data_viewer_proxy.hh
index de1cd16fd..49e764b65 100644
--- a/modules/gui/pymod/data_viewer_proxy.hh
+++ b/modules/gui/pymod/data_viewer_proxy.hh
@@ -27,6 +27,8 @@
 #ifndef IMG_GUI_DATA_VIEWER_PROXY_H
 #define IMG_GUI_DATA_VIEWER_PROXY_H
 
+#include "sip_handler.hh"
+
 #include <boost/shared_ptr.hpp>
 #include <QPointer>
 
@@ -39,8 +41,6 @@
 #include <ost/gui/data_viewer/data_viewer.hh>
 #include <ost/gui/module_config.hh>
 
-#include "sip_handler.hh"
-
 class QWidget;
 class QString;
 
-- 
GitLab