Browse Source

std:: vergessen

Bjoern Froehlich 13 năm trước cách đây
mục cha
commit
e13d28a7f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;