1
0
Fork 0

Fix compilation errors due to simgear header reorganisation

This commit is contained in:
Ralf Gerlich 2009-12-18 19:22:27 +01:00
parent f16756b9fe
commit 02ec141e6c
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <simgear/compiler.h>
#include <iostream>
#include <stdlib.h>
#include "genfans.hxx"

View file

@ -32,6 +32,7 @@
#include <simgear/compiler.h>
#include <simgear/math/sg_types.hxx>
#include <simgear/math/point3d.hxx>
#include <iostream>
#include <string>