summaryrefslogtreecommitdiffhomepage
path: root/lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.cpp')
-rw-r--r--lexer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lexer.cpp b/lexer.cpp
index 46a38bd..3b26c52 100644
--- a/lexer.cpp
+++ b/lexer.cpp
@@ -1,5 +1,7 @@
#include "lexer.h"
+using namespace Lex;
+
void Tree::clear() {
nodes.clear();
root = 0;