aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/extractor_common/DB2CascFileSource.h1
-rw-r--r--src/tools/mmaps_generator/PathCommon.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/extractor_common/DB2CascFileSource.h b/src/tools/extractor_common/DB2CascFileSource.h
index 82809db604e..b68a532584c 100644
--- a/src/tools/extractor_common/DB2CascFileSource.h
+++ b/src/tools/extractor_common/DB2CascFileSource.h
@@ -20,6 +20,7 @@
#include "DB2FileLoader.h"
#include "CascHandles.h"
+#include <memory>
#include <string>
struct DB2CascFileSource : public DB2FileSource
diff --git a/src/tools/mmaps_generator/PathCommon.h b/src/tools/mmaps_generator/PathCommon.h
index fed5698b119..c098ff02f4c 100644
--- a/src/tools/mmaps_generator/PathCommon.h
+++ b/src/tools/mmaps_generator/PathCommon.h
@@ -18,7 +18,8 @@
#ifndef _MMAP_COMMON_H
#define _MMAP_COMMON_H
-#include "Common.h"
+#include "Define.h"
+#include <memory>
#include <string>
#include <unordered_map>
#include <vector>