#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:
parent
5566c79873
commit
83052e1656
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include <cstring>
|
||||
#include <simgear/math/SGMathFwd.hxx> // for SGVec3d
|
||||
#include <simgear/math/SGMisc.hxx>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue