diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-02 20:32:13 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-02 20:32:13 +0800 |
commit | b71e1546a794843d73d28a7f66bcab50c387d83d (patch) | |
tree | f13fe8cc2a537eac0c480523d64ef3737c0fe47c /src/expand/rustc_diagnostics.cpp | |
parent | 983ff1c26e15a13e6a1e0e4bb1e964ec496a4777 (diff) | |
download | mrust-b71e1546a794843d73d28a7f66bcab50c387d83d.tar.gz |
Parse - Refactor TTStream and TokenTree into their own files
Diffstat (limited to 'src/expand/rustc_diagnostics.cpp')
-rw-r--r-- | src/expand/rustc_diagnostics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/rustc_diagnostics.cpp b/src/expand/rustc_diagnostics.cpp index e9990a93..b5337d26 100644 --- a/src/expand/rustc_diagnostics.cpp +++ b/src/expand/rustc_diagnostics.cpp @@ -7,6 +7,7 @@ */ #include <synext.hpp> #include <parse/common.hpp> // TokenTree etc +#include <parse/ttstream.hpp> class CExpanderRegisterDiagnostic: public ExpandProcMacro |