summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-dictionary.h2
-rw-r--r--source/core/slang-hash.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/core/slang-dictionary.h b/source/core/slang-dictionary.h
index 9c445c3c9..9c753ffcd 100644
--- a/source/core/slang-dictionary.h
+++ b/source/core/slang-dictionary.h
@@ -9,7 +9,7 @@
#include "slang-math.h"
#include "slang-hash.h"
-#include <ankerl/unordered_dense.h>
+#include "../../external/unordered_dense/include/ankerl/unordered_dense.h"
#include <initializer_list>
diff --git a/source/core/slang-hash.h b/source/core/slang-hash.h
index 3e255f7db..ff0cdc181 100644
--- a/source/core/slang-hash.h
+++ b/source/core/slang-hash.h
@@ -4,7 +4,7 @@
#include "../../include/slang.h"
#include "slang-math.h"
-#include <ankerl/unordered_dense.h>
+#include "../../external/unordered_dense/include/ankerl/unordered_dense.h"
#include <cstring>
#include <type_traits>