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/normalize.hh')
-rw-r--r--lm/interpolate/normalize.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/interpolate/normalize.hh b/lm/interpolate/normalize.hh
index dd26b25..335bc5d 100644
--- a/lm/interpolate/normalize.hh
+++ b/lm/interpolate/normalize.hh
@@ -1,7 +1,7 @@
#ifndef LM_INTERPOLATE_NORMALIZE_H
#define LM_INTERPOLATE_NORMALIZE_H
-#include "util/fixed_array.hh"
+#include "../../util/fixed_array.hh"
/* Pass 2:
* - Multiply backoff weights by the backed off probabilities from pass 1.