From: curt Date: Tue, 3 Dec 2002 13:13:16 +0000 (+0000) Subject: #include as necessary. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1c8f60ca9a202a64266b9f3d18c8bd7ec3fdfcb;p=simgear.git #include as necessary. --- diff --git a/simgear/bucket/newbucket.cxx b/simgear/bucket/newbucket.cxx index 08ec934a..6ac60fbf 100644 --- a/simgear/bucket/newbucket.cxx +++ b/simgear/bucket/newbucket.cxx @@ -24,6 +24,10 @@ **************************************************************************/ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include diff --git a/simgear/io/sg_binobj.cxx b/simgear/io/sg_binobj.cxx index 3b4bdf79..d2da18ef 100644 --- a/simgear/io/sg_binobj.cxx +++ b/simgear/io/sg_binobj.cxx @@ -22,6 +22,10 @@ // +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include