From: fredb Date: Thu, 2 Nov 2006 17:40:54 +0000 (+0000) Subject: Win32 compilation fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c256f8d09ea3af62cc3269adf2d2d8b33b5d44af;p=simgear.git Win32 compilation fix --- 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