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/interpolate/universal_vocab.hh')
-rw-r--r--lm/interpolate/universal_vocab.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/interpolate/universal_vocab.hh b/lm/interpolate/universal_vocab.hh
index 61af27a..8386fda 100644
--- a/lm/interpolate/universal_vocab.hh
+++ b/lm/interpolate/universal_vocab.hh
@@ -1,7 +1,7 @@
#ifndef LM_INTERPOLATE_UNIVERSAL_VOCAB_H
#define LM_INTERPOLATE_UNIVERSAL_VOCAB_H
-#include "lm/word_index.hh"
+#include "../word_index.hh"
#include <vector>
#include <cstddef>