Win32 fix
This commit is contained in:
parent
2d6f38505d
commit
1d44e93c73
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include STL_IOSTREAM
|
||||
|
|
Loading…
Add table
Reference in a new issue