From: curt Date: Fri, 16 May 2003 13:22:03 +0000 (+0000) Subject: Forgot to #include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dda676b1b2ba3af767de5e93b54086a426a05707;p=simgear.git Forgot to #include --- 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); /**