Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/stream/rewindable_stream.hh')
-rw-r--r--util/stream/rewindable_stream.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/rewindable_stream.hh b/util/stream/rewindable_stream.hh
index 560825c..6a29758 100644
--- a/util/stream/rewindable_stream.hh
+++ b/util/stream/rewindable_stream.hh
@@ -1,7 +1,7 @@
#ifndef UTIL_STREAM_REWINDABLE_STREAM_H
#define UTIL_STREAM_REWINDABLE_STREAM_H
-#include "util/stream/chain.hh"
+#include "chain.hh"
#include <boost/noncopyable.hpp>