diff options
author | Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr> | 2017-07-05 16:00:49 +0200 |
---|---|---|
committer | Jacques SAMAIN <jsamain+fdio@cisco.com> | 2017-07-05 14:43:54 +0000 |
commit | 8fea75ec5ea41b347bae5b24f5f6cebe3247449c (patch) | |
tree | d7cc11405f31686049a2fa5bddee1410effdc6ab /libdash/source/helpers/String.h | |
parent | 2e126cfa7d1c82a758b14133cc67e0ff7af1f11e (diff) |
correct issue for compiling ios
Change-Id: I0b55752383af8e8d8e10ccf09dc515edf93ee41c
Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'libdash/source/helpers/String.h')
-rw-r--r-- | libdash/source/helpers/String.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdash/source/helpers/String.h b/libdash/source/helpers/String.h index 73ac6db8..b2aa955a 100644 --- a/libdash/source/helpers/String.h +++ b/libdash/source/helpers/String.h @@ -13,6 +13,10 @@ #define STRING_H_ #include "config.h" +#include <string> +#include <iostream> +#include <sstream> +#include <vector> namespace dash { |