From 859d43ae7012da10a58de5926d096dc817596fce Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 6 Mar 2016 17:41:46 +0800 Subject: HUGE REFACTOR - Move named module items into a tagged union - Item attributes now "owned" by the parent --- src/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.cpp') diff --git a/src/types.cpp b/src/types.cpp index 454ed801..33bf38f8 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -9,6 +9,7 @@ */ #include "types.hpp" #include "ast/ast.hpp" +#include "ast/crate.hpp" /// Mappings from internal type names to the core type enum static const struct { -- cgit v1.2.3