1
0
Fork 0

#310: c++ header dependency

Header's dependency is to <cstring> not <memory>. <memory> itself had
dependency to <cstring> for earlier GCC version though.
This commit is contained in:
ThorstenB 2011-05-04 21:34:15 +02:00
parent 5566c79873
commit 83052e1656

View 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>