diff options
author | John Hodge (sonata) <tpg@mutabah.net> | 2015-01-02 19:10:22 +0800 |
---|---|---|
committer | John Hodge (sonata) <tpg@mutabah.net> | 2015-01-02 19:10:22 +0800 |
commit | 5fae00d74e717a703d1bbc90536a003a205eae95 (patch) | |
tree | 68516d8066432774b9575b783f8cb200bed7960b /src/macros.hpp | |
parent | d0461823a2359e0eb052dd10813bc6a3d66f7c74 (diff) | |
download | mrust-5fae00d74e717a703d1bbc90536a003a205eae95.tar.gz |
Adding in support for std, parsing now broken due to TODO early in process
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index 2618825b..f5779d4d 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -2,6 +2,7 @@ #define MACROS_HPP_INCLUDED
#include "parse/lex.hpp"
+#include "parse/tokentree.hpp"
#include <map>
#include <memory>
#include <cstring>
|