From dda676b1b2ba3af767de5e93b54086a426a05707 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 16 May 2003 13:22:03 +0000 Subject: [PATCH] Forgot to #include --- simgear/scene/material/mat.hxx | 2 ++ 1 file changed, 2 insertions(+) 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); /** -- 2.39.5