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 'lm/filter/phrase.hh')
-rw-r--r--lm/filter/phrase.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lm/filter/phrase.hh b/lm/filter/phrase.hh
index 5227ab2..bfc3208 100644
--- a/lm/filter/phrase.hh
+++ b/lm/filter/phrase.hh
@@ -1,9 +1,9 @@
#ifndef LM_FILTER_PHRASE_H
#define LM_FILTER_PHRASE_H
-#include "util/murmur_hash.hh"
-#include "util/string_piece.hh"
-#include "util/tokenize_piece.hh"
+#include "../../util/murmur_hash.hh"
+#include "../../util/string_piece.hh"
+#include "../../util/tokenize_piece.hh"
#include <boost/unordered_map.hpp>