From c256f8d09ea3af62cc3269adf2d2d8b33b5d44af Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 2 Nov 2006 17:40:54 +0000 Subject: [PATCH] Win32 compilation fix --- simgear/scene/model/placementtrans.cxx | 3 +++ simgear/scene/sky/stars.cxx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/simgear/scene/model/placementtrans.cxx b/simgear/scene/model/placementtrans.cxx index 34a7f215..960b37cc 100644 --- a/simgear/scene/model/placementtrans.cxx +++ b/simgear/scene/model/placementtrans.cxx @@ -19,6 +19,9 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +# include +#endif #ifndef __cplusplus # error This library requires C++ diff --git a/simgear/scene/sky/stars.cxx b/simgear/scene/sky/stars.cxx index 59717505..22cf539a 100644 --- a/simgear/scene/sky/stars.cxx +++ b/simgear/scene/sky/stars.cxx @@ -23,6 +23,9 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include -- 2.39.2