Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-09 03:51:26 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-09 03:51:26 +0400
commit928d771085bfe7c4e751514fd59d2baa47f69616 (patch)
tree3d5466628556d4d9f5d2703a4b2d3d34991e59e6 /misc/processPhraseTable.cpp
parent76090cdda0d83776b0cebd45efff170769436b54 (diff)
create namespace
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1897 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'misc/processPhraseTable.cpp')
-rw-r--r--misc/processPhraseTable.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/processPhraseTable.cpp b/misc/processPhraseTable.cpp
index 47340df8a..89d462b0e 100644
--- a/misc/processPhraseTable.cpp
+++ b/misc/processPhraseTable.cpp
@@ -15,6 +15,8 @@
#include "Timer.h"
using namespace std;
+using namespace Moses;
+
Timer timer;
template<typename T>