summaryrefslogtreecommitdiff
path: root/src/piraha/Matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/Matcher.cc')
-rw-r--r--src/piraha/Matcher.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/piraha/Matcher.cc b/src/piraha/Matcher.cc
index f1a24750..dad67a67 100644
--- a/src/piraha/Matcher.cc
+++ b/src/piraha/Matcher.cc
@@ -1,6 +1,8 @@
#include <string.h>
#include "Piraha.hpp"
+using namespace piraha;
+
Matcher::Matcher(smart_ptr<Grammar> g_,const char *pat_,const char *input_,int input_size_) :
Group(pat_,input_),
input(input_), g(g_), input_size(input_size_),