From f3c27409172c8c09c459f7ee01f5c413fbe162e5 Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 23 Jun 2009 20:35:17 +0000 Subject: [PATCH] Win32 fix --- simgear/scene/model/SGInteractionAnimation.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/scene/model/SGInteractionAnimation.cxx b/simgear/scene/model/SGInteractionAnimation.cxx index de96c1e4..956d7b69 100644 --- a/simgear/scene/model/SGInteractionAnimation.cxx +++ b/simgear/scene/model/SGInteractionAnimation.cxx @@ -16,6 +16,10 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +# include +#endif + #include "SGInteractionAnimation.hxx" #include -- 2.39.5