aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-07 22:38:21 +0100
committerShauren <shauren.trinity@gmail.com>2023-08-12 17:56:16 +0200
commit3144566584642a455df7b8ec9d46974f1b8d1a56 (patch)
tree5477cf9035ac68b5b6aa90c8dfd3e50da246a639 /src/tools
parent27cd5a90f4c1f34c47cd4e1bd1a616e9b11b10ec (diff)
Core/Misc: Include cleanup, 2023 edition
(cherry picked from commit 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/mmaps_generator/PathCommon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/mmaps_generator/PathCommon.h b/src/tools/mmaps_generator/PathCommon.h
index 6dbe5630297..4f29a034d92 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 <vector>