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/string_piece.cc')
-rw-r--r--util/string_piece.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/string_piece.cc b/util/string_piece.cc
index 180b4e4..1f58929 100644
--- a/util/string_piece.cc
+++ b/util/string_piece.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in string_piece.hh.
-#include "util/string_piece.hh"
+#include "string_piece.hh"
#include <algorithm>
#include <climits>