From 4d47e7087851465cf4325a321d484db37eec274c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl>
Date: Wed, 4 May 2011 10:08:03 +0200
Subject: [PATCH] Added using boost namespace to sentence wrapper

---
 swig/libcorpussentence.i | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swig/libcorpussentence.i b/swig/libcorpussentence.i
index d580b81..be08a46 100644
--- a/swig/libcorpussentence.i
+++ b/swig/libcorpussentence.i
@@ -47,6 +47,7 @@ namespace Corpus2 {
 }
 
 using namespace std;
+using namespace boost;
 using namespace Corpus2;
 
 #endif /* SWIG_LIBCORPUS2_SENTENCE_I */
-- 
GitLab