@@ -88,7 +88,7 @@ class SemSegCsurka : public SemanticSegmentation
ClassNames cn;
//! set of forbidden/background classes
- set<int> forbidden_classes;
+ std::set<int> forbidden_classes;
//! whether to use the colorfeats or not
bool usecolorfeats;