Kaynağa Gözat

std:: vergessen

Bjoern Froehlich 13 yıl önce
ebeveyn
işleme
e13d28a7f4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      semseg/SemSegCsurka.h

+ 1 - 1
semseg/SemSegCsurka.h

@@ -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;