]> git.mxchange.org Git - flightgear.git/commitdiff
#310: c++ header dependency
authorThorstenB <brehmt@gmail.com>
Wed, 4 May 2011 19:34:15 +0000 (21:34 +0200)
committerThorstenB <brehmt@gmail.com>
Wed, 4 May 2011 19:34:15 +0000 (21:34 +0200)
Header's dependency is to <cstring> not <memory>. <memory> itself had
dependency to <cstring> for earlier GCC version though.

src/FDM/flightProperties.hxx

index 62a082e12fa1171a99507d961943cf366db93461..2256c3a857e5e1b28b3e98858b5a75f5d9ca5e27 100644 (file)
@@ -27,7 +27,7 @@
 #  include <config.h>
 #endif
 
-#include <memory>
+#include <cstring>
 #include <simgear/math/SGMathFwd.hxx> // for SGVec3d 
 #include <simgear/math/SGMisc.hxx>