Forgot to #include <vector>

This commit is contained in:
curt
2003-05-16 13:22:03 +00:00
parent f7a3dbc5ed
commit dda676b1b2

View 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);
/**