From 4f020602e6de043becf694c768aeb565ae7ab043 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 25 Mar 2017 10:28:05 +0000 Subject: [PATCH] Missing config.h includes This is about to become much more important. --- src/ATC/CommStation.cxx | 2 ++ src/Airports/gnnode.cxx | 2 ++ src/Navaids/airways.cxx | 4 +--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ATC/CommStation.cxx b/src/ATC/CommStation.cxx index bdbb47114..867bc4569 100644 --- a/src/ATC/CommStation.cxx +++ b/src/ATC/CommStation.cxx @@ -1,3 +1,5 @@ +#include "config.h" + #include "CommStation.hxx" #include #include diff --git a/src/Airports/gnnode.cxx b/src/Airports/gnnode.cxx index 84f3aac54..98fd60483 100644 --- a/src/Airports/gnnode.cxx +++ b/src/Airports/gnnode.cxx @@ -1,3 +1,5 @@ +#include "config.h" + #include "gnnode.hxx" #include diff --git a/src/Navaids/airways.cxx b/src/Navaids/airways.cxx index dca14a42e..f4b1b1c84 100644 --- a/src/Navaids/airways.cxx +++ b/src/Navaids/airways.cxx @@ -17,9 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -#ifndef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include "airways.hxx"