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$
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
#include "FGJoystickInput.hxx"
|
||||
|
||||
#if defined(SG_WINDOWS)
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/props/props_io.hxx>
|
||||
#include "FGDeviceConfigurationMap.hxx"
|
||||
#include <Main/fg_props.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue