From 36e197f903ba19229b35cdd7c5bea045ca34dcdc Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 25 Sep 2016 21:23:07 +0800 Subject: Parse+AST - Support capturing :item (requires cloning AST items) --- src/ast/types.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ast/types.cpp') diff --git a/src/ast/types.cpp b/src/ast/types.cpp index 293d9db0..1c6cc568 100644 --- a/src/ast/types.cpp +++ b/src/ast/types.cpp @@ -9,7 +9,8 @@ */ #include "types.hpp" #include "ast/ast.hpp" -#include "ast/crate.hpp" +#include +#include /// Mappings from internal type names to the core type enum static const struct { -- cgit v1.2.3