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:
authorphkoehn <phkoehn@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-17 01:14:38 +0400
committerphkoehn <phkoehn@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-17 01:14:38 +0400
commit1b5d99ad26683512da1e6e68669cb4b39e79f653 (patch)
tree5ea0b3ca9edeb905777429102cbedb3fd29be03e /mert/Types.h
parent3a5981ce9dd2acf543746f8ddd5d9e70e986c87e (diff)
added headers for standard compliance (gcc 4.3 on 64 bit linux)
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1905 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'mert/Types.h')
-rw-r--r--mert/Types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mert/Types.h b/mert/Types.h
index 29ac76633..659da2334 100644
--- a/mert/Types.h
+++ b/mert/Types.h
@@ -1,7 +1,8 @@
#ifndef TYPE_H
#define TYPE_H
-#include<vector>
+#include <vector>
#include <map>
+#include <string>
using namespace std;