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>2011-11-14 10:15:30 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-14 10:15:30 +0400
commit29c16d252a74d7e523f96de7f0d9022ea16c7770 (patch)
treea0ece729d1b427426c699cb138ad88aa9628c7a1 /mert/Point.h
parentbe1506e7595bd8602a3aec3469a2407c3453d0b2 (diff)
Minimize using #include headers in headers.
Should use it in .cpp files.
Diffstat (limited to 'mert/Point.h')
-rw-r--r--mert/Point.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mert/Point.h b/mert/Point.h
index 0aa649b1a..55d173215 100644
--- a/mert/Point.h
+++ b/mert/Point.h
@@ -1,10 +1,12 @@
#ifndef POINT_H
#define POINT_H
+#include <fstream>
+#include <map>
#include <vector>
#include "Types.h"
-#include "FeatureStats.h"
+class FeatureStats;
class Optimizer;
/**