@@ -1,7 +1,5 @@
#include "PPSuperregion.h"
-
#include <core/iceconversion/convertice.h>
#include "objrec/segmentation/RegionGraph.h"
@@ -25,7 +25,9 @@
#include "objrec/segmentation/RSMeanShift.h"
-#include <image_nonvis.h>
+#ifdef NICE_USELIB_ICE
+ #include <image_nonvis.h>
+#endif
namespace OBJREC {
@@ -118,5 +120,3 @@ class PPSuperregion : public Persistent
} //namespace
#endif
-#endif