]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/persparam.cxx
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[simgear.git] / simgear / scene / model / persparam.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 858963e..09440a3
@@ -2,11 +2,17 @@
  * $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( SGPropertyNode *props,
+SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
                                               const char *name,
                                               double defval ) const
 {