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()