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/fixed_array.hh')
-rw-r--r--util/fixed_array.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fixed_array.hh b/util/fixed_array.hh
index 3da9d13..bab87f5 100644
--- a/util/fixed_array.hh
+++ b/util/fixed_array.hh
@@ -1,7 +1,7 @@
#ifndef UTIL_FIXED_ARRAY_H
#define UTIL_FIXED_ARRAY_H
-#include "util/scoped.hh"
+#include "scoped.hh"
#include <cstddef>