]> git.mxchange.org Git - flightgear.git/commitdiff
missing declaration of SGPropertyNode
authortorsten <torsten>
Sat, 29 Aug 2009 13:24:33 +0000 (13:24 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 2 Sep 2009 22:02:47 +0000 (00:02 +0200)
src/Airports/runways.cxx

index 346dc35bd7872371e8442e11ee5d4be19b1f3e52..c3686bcaca481d9763759b40394628c81e24ee3b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <simgear/compiler.h>
 
+#include <simgear/props/props.hxx>
 #include <string>
 
 #include "runways.hxx"