aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/helpers/Path.h
diff options
context:
space:
mode:
authorAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-07-05 16:00:49 +0200
committerJacques SAMAIN <jsamain+fdio@cisco.com>2017-07-05 14:43:54 +0000
commit8fea75ec5ea41b347bae5b24f5f6cebe3247449c (patch)
treed7cc11405f31686049a2fa5bddee1410effdc6ab /libdash/source/helpers/Path.h
parent2e126cfa7d1c82a758b14133cc67e0ff7af1f11e (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/Path.h')
-rw-r--r--libdash/source/helpers/Path.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdash/source/helpers/Path.h b/libdash/source/helpers/Path.h
index 1c791baa..a86f73c1 100644
--- a/libdash/source/helpers/Path.h
+++ b/libdash/source/helpers/Path.h
@@ -13,6 +13,11 @@
#define PATH_H_
#include "config.h"
+#include <stdlib.h>
+#include <vector>
+#include <string>
+#include <iostream>
+#include <sstream>
namespace dash
{