From: ehofman Date: Mon, 11 Oct 2004 07:56:08 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab69c0369805ea52ed6f9e10ea830d59727950e2;p=simgear.git Fix a typo. --- 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