Missing config.h includes
This is about to become much more important.
This commit is contained in:
parent
054b8e4127
commit
4f020602e6
3 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "CommStation.hxx"
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gnnode.hxx"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue