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/lm_exception.hh')
-rw-r--r--lm/lm_exception.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lm/lm_exception.hh b/lm/lm_exception.hh
index 85a5738..0081b05 100644
--- a/lm/lm_exception.hh
+++ b/lm/lm_exception.hh
@@ -3,8 +3,8 @@
// Named to avoid conflict with util/exception.hh.
-#include "util/exception.hh"
-#include "util/string_piece.hh"
+#include "../util/exception.hh"
+#include "../util/string_piece.hh"
#include <exception>
#include <string>