diff --git a/include/kllvm/ast/attribute_set.h b/include/kllvm/ast/attribute_set.h index 82739c722..91515efca 100644 --- a/include/kllvm/ast/attribute_set.h +++ b/include/kllvm/ast/attribute_set.h @@ -1,10 +1,10 @@ #ifndef KLLVM_ATTRIBUTES_H #define KLLVM_ATTRIBUTES_H +#include #include #include #include -#include namespace kllvm { @@ -29,8 +29,8 @@ class kore_composite_pattern; */ class attribute_set { public: - using storage_t = std::unordered_map< - std::string, std::shared_ptr>; + using storage_t + = std::map>; enum class key { Alias,