Fix Windows build, missined windows.h
This commit is contained in:
parent
8510776c1f
commit
951a3ea6ad
1 changed files with 5 additions and 3 deletions
|
@ -22,12 +22,14 @@
|
||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "config.h"
|
||||||
# include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "FGJoystickInput.hxx"
|
#include "FGJoystickInput.hxx"
|
||||||
|
|
||||||
|
#if defined(SG_WINDOWS)
|
||||||
|
# include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <simgear/props/props_io.hxx>
|
#include <simgear/props/props_io.hxx>
|
||||||
#include "FGDeviceConfigurationMap.hxx"
|
#include "FGDeviceConfigurationMap.hxx"
|
||||||
#include <Main/fg_props.hxx>
|
#include <Main/fg_props.hxx>
|
||||||
|
|
Loading…
Add table
Reference in a new issue