MacOS X fix.
This commit is contained in:
parent
337d0d1be6
commit
b859e77072
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <simgear/compiler.h>
|
||||||
|
|
||||||
#include "hud.hxx"
|
#include "hud.hxx"
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -31,7 +33,7 @@
|
||||||
#include <Environment/environment_mgr.hxx>
|
#include <Environment/environment_mgr.hxx>
|
||||||
#include <simgear/math/sg_geodesy.hxx>
|
#include <simgear/math/sg_geodesy.hxx>
|
||||||
#include <simgear/math/polar3d.hxx>
|
#include <simgear/math/polar3d.hxx>
|
||||||
#include <GL/glu.h>
|
#include SG_GLU_H
|
||||||
#include <ATC/ATCutils.hxx>
|
#include <ATC/ATCutils.hxx>
|
||||||
|
|
||||||
runway_instr::runway_instr(int x,
|
runway_instr::runway_instr(int x,
|
||||||
|
|
Loading…
Add table
Reference in a new issue