From d1c8f60ca9a202a64266b9f3d18c8bd7ec3fdfcb Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 3 Dec 2002 13:13:16 +0000 Subject: [PATCH] #include as necessary. --- simgear/bucket/newbucket.cxx | 4 ++++ simgear/io/sg_binobj.cxx | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.39.5