summaryrefslogtreecommitdiff
path: root/src/macros.hpp
diff options
context:
space:
mode:
authorJohn Hodge (sonata) <tpg@mutabah.net>2015-01-02 19:10:22 +0800
committerJohn Hodge (sonata) <tpg@mutabah.net>2015-01-02 19:10:22 +0800
commit5fae00d74e717a703d1bbc90536a003a205eae95 (patch)
tree68516d8066432774b9575b783f8cb200bed7960b /src/macros.hpp
parentd0461823a2359e0eb052dd10813bc6a3d66f7c74 (diff)
downloadmrust-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.hpp1
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>