]> git.mxchange.org Git - flightgear.git/commitdiff
Add missing includes required to compile
authorfrohlich <frohlich>
Thu, 27 Jul 2006 16:13:37 +0000 (16:13 +0000)
committerfrohlich <frohlich>
Thu, 27 Jul 2006 16:13:37 +0000 (16:13 +0000)
src/Environment/environment.cxx

index f99c31e091bd666f43ffe18ed041c6108f091da5..050bededb9d8a0dd2635129eb71ec6459fe54901 100644 (file)
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/interpolater.hxx>
+#include <simgear/props/props.hxx>
 #include <simgear/environment/visual_enviro.hxx>
 
+#include <Main/fg_props.hxx>
+
 #include "environment.hxx"