mirror of https://github.com/AxioDL/amuse.git
Add missing cstring include
This commit is contained in:
parent
3f98ada70a
commit
22610f32e9
|
@ -7,6 +7,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <strings.h>
|
||||
|
|
Loading…
Reference in New Issue