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>2006-08-11 05:46:01 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-11 05:46:01 +0400
commite5d9b7c17fe743dc3f0f75896f47810b331fc2e1 (patch)
tree7336b28356ec8be9f3003e809c795488dec2b32b /irstlm/src/ngramcache.cpp
parent6803962488e8fcc5aff87c7e1bc7b9743f739c56 (diff)
visual studio issues
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@636 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm/src/ngramcache.cpp')
-rw-r--r--irstlm/src/ngramcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/irstlm/src/ngramcache.cpp b/irstlm/src/ngramcache.cpp
index 5487864aa..ce4887847 100644
--- a/irstlm/src/ngramcache.cpp
+++ b/irstlm/src/ngramcache.cpp
@@ -17,8 +17,6 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
-using namespace std;
-
#include <iostream>
#include <fstream>
@@ -32,6 +30,8 @@ using namespace std;
#include "ngramcache.h"
+using namespace std;
+
ngramcache::ngramcache(int n,int size,int maxentries){
ngsize=n;
infosize=size;