diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-25 21:23:07 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-25 21:23:07 +0800 |
commit | 36e197f903ba19229b35cdd7c5bea045ca34dcdc (patch) | |
tree | 547ffd0f02cf00ebaba9dd40caf51c809d65cb0e /src/ast/types.cpp | |
parent | adc6e7e42f05724d031c50d6d0092753e87cc79d (diff) | |
download | mrust-36e197f903ba19229b35cdd7c5bea045ca34dcdc.tar.gz |
Parse+AST - Support capturing :item (requires cloning AST items)
Diffstat (limited to 'src/ast/types.cpp')
-rw-r--r-- | src/ast/types.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ast/crate.hpp> +#include <ast/expr.hpp> /// Mappings from internal type names to the core type enum static const struct { |