diff options
Diffstat (limited to 'library/cpp/containers/comptrie/make_fast_layout.cpp')
| -rw-r--r-- | library/cpp/containers/comptrie/make_fast_layout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/containers/comptrie/make_fast_layout.cpp b/library/cpp/containers/comptrie/make_fast_layout.cpp index ade78d78994..779146df1f2 100644 --- a/library/cpp/containers/comptrie/make_fast_layout.cpp +++ b/library/cpp/containers/comptrie/make_fast_layout.cpp @@ -4,7 +4,7 @@ #include "write_trie_backwards.h" #include "comptrie_impl.h" -#include <util/generic/hash.h> +#include <util/generic/hash.h> #include <util/generic/utility.h> // Lay the trie in memory in such a way that there are less cache misses when jumping from root to leaf. |
