1
0
Fork 0

Missing config.h includes

This is about to become much more important.
This commit is contained in:
James Turner 2017-03-25 10:28:05 +00:00
parent 054b8e4127
commit 4f020602e6
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
#include "config.h"
#include "CommStation.hxx"
#include <Airports/airport.hxx>
#include <Navaids/NavDataCache.hxx>

View file

@ -1,3 +1,5 @@
#include "config.h"
#include "gnnode.hxx"
#include <boost/foreach.hpp>

View file

@ -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"