From 78fbfa1dde8bed95ad21926ba2bb3522c3771f19 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 11 May 2003 20:54:26 +0000 Subject: [PATCH] Cygwin build fixes --- simgear/scene/model/model.cxx | 4 ++++ simgear/scene/model/placement.cxx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/simgear/scene/model/model.cxx b/simgear/scene/model/model.cxx index b3678efb..db5a37e5 100644 --- a/simgear/scene/model/model.cxx +++ b/simgear/scene/model/model.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain, and comes with no warranty. +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include // for strcmp() diff --git a/simgear/scene/model/placement.cxx b/simgear/scene/model/placement.cxx index ac856e68..1669e38b 100644 --- a/simgear/scene/model/placement.cxx +++ b/simgear/scene/model/placement.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain, and comes with no warranty. +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include // for strcmp() -- 2.39.5