]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/mat.hxx
Forgot to #include <vector>
[simgear.git] / simgear / scene / material / mat.hxx
index 98697f0ef8f3fa22c00fde8393fccabb026536e3..62a46afc7fb5efc94ad6a7f0f0259873c5bb666e 100644 (file)
 #include <simgear/compiler.h>
 
 #include STL_STRING      // Standard C++ string library
+#include <vector>
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
 
 #include <simgear/props/props.hxx>
-#include <simgear/scene/model/loader.hxx>
 
 #include "matmodel.hxx"
 
 SG_USING_STD(string);
+SG_USING_STD(vector);
 
 
 /**