]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_ufoai/surfacedialog.cpp
Fixing Linux SCons build.
[xonotic/netradiant.git] / plugins / surface_ufoai / surfacedialog.cpp
index dabe39b6afcefd5eaea89e3e50c5a70f687e82d3..a8fe23ee86eca0a33d81c6c993b947c93d304276 100644 (file)
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "gtkr_vector.h"
 
-std::vector<texdef_to_face_t> g_texdef_face_vector;
+vector<texdef_to_face_t> g_texdef_face_vector;
 
 inline texdef_to_face_t* get_texdef_face_list()
 {