Windows fix.
This commit is contained in:
parent
86d4fcf5b6
commit
34b0b5220c
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include <simgear/props/props.hxx>
|
||||
|
|
Loading…
Reference in a new issue