Skip to content
Snippets Groups Projects
Commit bee10787 authored by marco's avatar marco
Browse files

move header inclusion out of if/endif block

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2223 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent dcc6ed0e
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,13 @@ ...@@ -26,12 +26,13 @@
#include <QItemSelection> #include <QItemSelection>
#include <QItemSelectionModel> #include <QItemSelectionModel>
#include <ost/dyn_cast.hh>
#include <ost/gui/scene_selection.hh> #include <ost/gui/scene_selection.hh>
#include <ost/gui/query_dialog.hh> #include <ost/gui/query_dialog.hh>
#if OST_IMG_ENABLED #if OST_IMG_ENABLED
#include <ost/gfx/map_iso.hh> #include <ost/gfx/map_iso.hh>
#include <ost/dyn_cast.hh>
#endif // OST_IMG_ENABLED #endif // OST_IMG_ENABLED
#include "custom_part_node.hh" #include "custom_part_node.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment