diff options
Diffstat (limited to 'src/expand/file_line.cpp')
-rw-r--r-- | src/expand/file_line.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/expand/file_line.cpp b/src/expand/file_line.cpp index 8ce56436..a485fe61 100644 --- a/src/expand/file_line.cpp +++ b/src/expand/file_line.cpp @@ -1,7 +1,13 @@ /* + * MRustC - Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * expand/file_line.cpp + * - file! line! and macro_path! macros */ #include <synext.hpp> #include "../parse/common.hpp" +#include "../parse/ttstream.hpp" class CExpanderFile: public ExpandProcMacro |