Fix compilation errors due to simgear header reorganisation
This commit is contained in:
parent
f16756b9fe
commit
02ec141e6c
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <simgear/compiler.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "genfans.hxx"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/math/sg_types.hxx>
|
||||
#include <simgear/math/point3d.hxx>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue