diff --git a/simgear/scene/material/mat.hxx b/simgear/scene/material/mat.hxx index c98da2df..62a46afc 100644 --- a/simgear/scene/material/mat.hxx +++ b/simgear/scene/material/mat.hxx @@ -33,6 +33,7 @@ #include #include STL_STRING // Standard C++ string library +#include #include #include @@ -42,6 +43,7 @@ #include "matmodel.hxx" SG_USING_STD(string); +SG_USING_STD(vector); /**