aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'libdash/source/helpers')
-rw-r--r--libdash/source/helpers/Block.h2
-rw-r--r--libdash/source/helpers/BlockStream.h4
-rw-r--r--libdash/source/helpers/Path.h5
-rw-r--r--libdash/source/helpers/String.h4
-rw-r--r--libdash/source/helpers/Time.h1
5 files changed, 15 insertions, 1 deletions
diff --git a/libdash/source/helpers/Block.h b/libdash/source/helpers/Block.h
index c71462e8..9f8f9577 100644
--- a/libdash/source/helpers/Block.h
+++ b/libdash/source/helpers/Block.h
@@ -13,6 +13,8 @@
#define __BLOCK_H__
#include "config.h"
+#include <stddef.h>
+#include <stdlib.h>
namespace dash
{
diff --git a/libdash/source/helpers/BlockStream.h b/libdash/source/helpers/BlockStream.h
index 4b8b3fd5..2c4529f0 100644
--- a/libdash/source/helpers/BlockStream.h
+++ b/libdash/source/helpers/BlockStream.h
@@ -13,7 +13,9 @@
#define __BLOCKSTREAM_H__
#include "config.h"
-
+#include <stddef.h>
+#include <stdint.h>
+#include <deque>
#include "Block.h"
namespace dash
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
{
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
{
diff --git a/libdash/source/helpers/Time.h b/libdash/source/helpers/Time.h
index e7de0cd9..1b8bbddc 100644
--- a/libdash/source/helpers/Time.h
+++ b/libdash/source/helpers/Time.h
@@ -14,6 +14,7 @@
#include <time.h>
#include "config.h"
+#include <string>
namespace dash
{