From 22610f32e9f6d2058978a035a737a8ac12cf3786 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 16 Jun 2016 23:10:15 -0700 Subject: [PATCH] Add missing cstring include --- include/amuse/Common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/amuse/Common.hpp b/include/amuse/Common.hpp index f6ee926..64be161 100644 --- a/include/amuse/Common.hpp +++ b/include/amuse/Common.hpp @@ -7,6 +7,7 @@ #include #include #include +#include #ifndef _MSC_VER #include