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
path: root/lm
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-09-04 01:58:45 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-09-04 01:58:45 +0300
commit33ff9d91b7a26490d6995582d37b3a6d5951440c (patch)
tree71e930fcaf5cc63426d36eacc3d1762ccec77f86 /lm
parent764780ea26bab885ccebc6411407446ba4961308 (diff)
Missing #include.
Diffstat (limited to 'lm')
-rw-r--r--lm/builder/interpolate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lm/builder/interpolate.cc b/lm/builder/interpolate.cc
index 6374bcf04..f411b6371 100644
--- a/lm/builder/interpolate.cc
+++ b/lm/builder/interpolate.cc
@@ -11,6 +11,7 @@
#include <cassert>
#include <cmath>
+#include <iostream>
namespace lm { namespace builder {
namespace {