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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-10 14:27:52 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-10 14:27:52 +0400
commitb354da4c653a28663dd6f2ed60eb1dd51d6543d4 (patch)
tree97d1773c05f841a6903db14b23f12b8dfa385d0d /mert/Point.h
parent5d600f2b50e918c9b16ef8fcc735c8aa8daaa5ce (diff)
Clean up accessors and mutators.
Diffstat (limited to 'mert/Point.h')
-rw-r--r--mert/Point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/Point.h b/mert/Point.h
index 1e3a82a53..9bfaff156 100644
--- a/mert/Point.h
+++ b/mert/Point.h
@@ -1,7 +1,7 @@
#ifndef MERT_POINT_H_
#define MERT_POINT_H_
-#include <fstream>
+#include <ostream>
#include <map>
#include <vector>
#include "Types.h"