1
0
Fork 0

Add missing includes required to compile

This commit is contained in:
frohlich 2006-07-27 16:13:37 +00:00
parent 943b1b8e79
commit 75f0dcbb1d

View file

@ -36,8 +36,11 @@
#include <simgear/constants.h> #include <simgear/constants.h>
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <simgear/math/interpolater.hxx> #include <simgear/math/interpolater.hxx>
#include <simgear/props/props.hxx>
#include <simgear/environment/visual_enviro.hxx> #include <simgear/environment/visual_enviro.hxx>
#include <Main/fg_props.hxx>
#include "environment.hxx" #include "environment.hxx"