]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGBinding.cxx
temporarily remove listener (viewer) and source offsets. they mess things up
[simgear.git] / simgear / structure / SGBinding.cxx
index e65b4d2a8bf584a3928f9f06bd1605e7b1f8e17b..9e5fce06a5a3745a5e79dfa8b8b5bc2b5e42beaa 100644 (file)
@@ -7,9 +7,15 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include "SGBinding.hxx"
 
+#include <simgear/math/SGMath.hxx>
+
 SGBinding::SGBinding()
   : _command(0),
     _arg(new SGPropertyNode),