From f65c792191618287b885dec7ca8e4cecbe9985d1 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 7 Jan 2021 18:12:02 +0100 Subject: [PATCH] Include unordered_map instead of map --- include/lang/ast_node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lang/ast_node.hpp b/include/lang/ast_node.hpp index 9ac151856..2ca0e8a51 100644 --- a/include/lang/ast_node.hpp +++ b/include/lang/ast_node.hpp @@ -4,7 +4,7 @@ #include #include -#include +#include #include namespace hex::lang {