summaryrefslogtreecommitdiff
path: root/source/core/slang-dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-dictionary.h')
-rw-r--r--source/core/slang-dictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-dictionary.h b/source/core/slang-dictionary.h
index 79f6dee30..639978a08 100644
--- a/source/core/slang-dictionary.h
+++ b/source/core/slang-dictionary.h
@@ -1,7 +1,6 @@
#ifndef SLANG_CORE_DICTIONARY_H
#define SLANG_CORE_DICTIONARY_H
-#include "../../external/unordered_dense/include/ankerl/unordered_dense.h"
#include "slang-common.h"
#include "slang-exception.h"
#include "slang-hash.h"
@@ -10,6 +9,7 @@
#include "slang-math.h"
#include "slang-uint-set.h"
+#include <ankerl/unordered_dense.h>
#include <initializer_list>
namespace Slang