1
0
Fork 0

Fix build on Windows

Add missing includes.
Thanks to Alan Teeder
This commit is contained in:
Torsten Dreyer 2010-06-27 14:55:06 +02:00
parent 3c60bf6511
commit 40997adac4
2 changed files with 9 additions and 0 deletions

View file

@ -21,6 +21,11 @@
#ifndef _INPUTVALUE_HXX #ifndef _INPUTVALUE_HXX
#define _INPUTVALUE_HXX 1 #define _INPUTVALUE_HXX 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/structure/SGExpression.hxx> #include <simgear/structure/SGExpression.hxx>
namespace FGXMLAutopilot { namespace FGXMLAutopilot {

View file

@ -23,6 +23,10 @@
#include "digitalcomponent.hxx" #include "digitalcomponent.hxx"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
namespace FGXMLAutopilot { namespace FGXMLAutopilot {
/** /**