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:
authorHieu Hoang <hieuhoang@gmail.com>2016-11-22 14:40:45 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-11-22 14:40:45 +0300
commit99da2f1b7a818f45ac1f64c56a9fffb13c67146d (patch)
tree9f4234cc2f4afbf3a56349a9604dc747f0bc0f29 /moses/OutputCollector.h
parent1fe261b5d49d69e6467df275ac0d88213745af61 (diff)
missing header file
Diffstat (limited to 'moses/OutputCollector.h')
-rw-r--r--moses/OutputCollector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/OutputCollector.h b/moses/OutputCollector.h
index 0d6f37472..797cc85cf 100644
--- a/moses/OutputCollector.h
+++ b/moses/OutputCollector.h
@@ -32,6 +32,7 @@
#include <iostream>
#include <map>
#include <ostream>
+#include <fstream>
#include <string>
#include "Util.h"
#include "util/exception.hh"