]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/commands.cxx
Fix case typo
[simgear.git] / simgear / structure / commands.cxx
index 16706d96ecde648e8095fdb78cd2674ccbecd086..b2391e3ba7f1cff7986f8eacf5364e985739ee56 100644 (file)
@@ -4,6 +4,10 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <memory>
 #include <simgear/props/props_io.hxx>
 
@@ -12,6 +16,8 @@
 
 #include "commands.hxx"
 
+#include <simgear/math/SGMath.hxx>
+
 
 \f
 ////////////////////////////////////////////////////////////////////////