Fix build on Windows
Add missing includes. Thanks to Alan Teeder
This commit is contained in:
parent
3c60bf6511
commit
40997adac4
2 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
|||
#ifndef _INPUTVALUE_HXX
|
||||
#define _INPUTVALUE_HXX 1
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <simgear/structure/SGExpression.hxx>
|
||||
|
||||
namespace FGXMLAutopilot {
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
|
||||
#include "digitalcomponent.hxx"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
namespace FGXMLAutopilot {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue