]> git.mxchange.org Git - simgear.git/commitdiff
Forgot to #include <vector>
authorcurt <curt>
Fri, 16 May 2003 13:22:03 +0000 (13:22 +0000)
committercurt <curt>
Fri, 16 May 2003 13:22:03 +0000 (13:22 +0000)
simgear/scene/material/mat.hxx

index c98da2df5091be51a9ba96a830a95448ef2f5097..62a46afc7fb5efc94ad6a7f0f0259873c5bb666e 100644 (file)
@@ -33,6 +33,7 @@
 #include <simgear/compiler.h>
 
 #include STL_STRING      // Standard C++ string library
+#include <vector>
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
@@ -42,6 +43,7 @@
 #include "matmodel.hxx"
 
 SG_USING_STD(string);
+SG_USING_STD(vector);
 
 
 /**