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/integer_to_string.cc')
-rw-r--r--util/integer_to_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/integer_to_string.cc b/util/integer_to_string.cc
index 19fd794..4a0d700 100644
--- a/util/integer_to_string.cc
+++ b/util/integer_to_string.cc
@@ -44,7 +44,7 @@ Which is based on: http://0x80.pl/snippets/asm/sse-utoa.c
$Id$
*/
-#include "util/integer_to_string.hh"
+#include "integer_to_string.hh"
#include <cassert>
#include <stdint.h>