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/util
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-09-04 02:00:53 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-09-04 02:00:53 +0300
commit8c0555346f458e75be2ee54d0c7289743d5033d7 (patch)
tree48aa00438b0c6a2a5843f54b476442d977dbdde7 /util
parent934819374cb52c5b52c17d9bcd70cf3df71e9d54 (diff)
Missing #include.
Diffstat (limited to 'util')
-rw-r--r--util/stream/rewindable_stream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stream/rewindable_stream.cc b/util/stream/rewindable_stream.cc
index 2867bf8ab..ce75fd205 100644
--- a/util/stream/rewindable_stream.cc
+++ b/util/stream/rewindable_stream.cc
@@ -1,5 +1,6 @@
#include "util/stream/rewindable_stream.hh"
#include "util/pcqueue.hh"
+#include <iostream>
namespace util {
namespace stream {