From 7fe851443407aaabbf54feec8fcc5cb3926214e6 Mon Sep 17 00:00:00 2001 From: frohlich Date: Wed, 26 Dec 2007 19:08:45 +0000 Subject: [PATCH] Modified Files: scene/model/SGClipGroup.cxx: Oops, add missing simgear_config.h --- simgear/scene/model/SGClipGroup.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/scene/model/SGClipGroup.cxx b/simgear/scene/model/SGClipGroup.cxx index fdf9305a..bbddbcb0 100644 --- a/simgear/scene/model/SGClipGroup.cxx +++ b/simgear/scene/model/SGClipGroup.cxx @@ -19,6 +19,10 @@ * */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include "SGClipGroup.hxx" #include -- 2.39.5