1
0
Fork 0

Fix Windows build, missined windows.h

This commit is contained in:
James Turner 2018-10-24 14:28:58 +01:00
parent 8510776c1f
commit 951a3ea6ad

View file

@ -22,12 +22,14 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#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>