From ab69c0369805ea52ed6f9e10ea830d59727950e2 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 11 Oct 2004 07:56:08 +0000 Subject: [PATCH] Fix a typo. --- simgear/scene/model/model.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simgear/scene/model/model.hxx b/simgear/scene/model/model.hxx index 4725081c..e995c120 100644 --- a/simgear/scene/model/model.hxx +++ b/simgear/scene/model/model.hxx @@ -11,8 +11,10 @@ #endif #include +#include SG_USING_STD(vector); +SG_USING_STD(set); #include #include @@ -64,7 +66,7 @@ sgMakeAnimation( ssgBranch * model, SGPropertyNode *prop_root, SGPropertyNode_ptr node, double sim_time_sec, - vector &ignore_branches ); + set &ignore_branches ); /** * Set the filter state on models -- 2.39.5