Skip to content
Snippets Groups Projects
Commit 5ba7ca2d authored by Bienchen's avatar Bienchen
Browse files

make sure boost Python gets included before any QT headers

parent 67fd5540
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment