]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/persparam.cxx
Merge branch 'jmt/waypt' into next
[simgear.git] / simgear / scene / model / persparam.cxx
index e855152c7ed01900cab84de5c8f1c9594486c016..09440a38d9784916a442517702734efb5432cd4c 100755 (executable)
@@ -2,9 +2,15 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/props/props.hxx>
 #include "persparam.hxx"
 
+#include <simgear/math/SGMath.hxx>
+
 template <> double
 SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
                                               const char *name,