about summary refs log tree commit diff
path: root/src/base/tl/sorted_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/tl/sorted_array.hpp')
-rw-r--r--src/base/tl/sorted_array.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/tl/sorted_array.hpp b/src/base/tl/sorted_array.hpp
index bb09aba9..30c1df24 100644
--- a/src/base/tl/sorted_array.hpp
+++ b/src/base/tl/sorted_array.hpp
@@ -1,7 +1,7 @@
 #ifndef TL_FILE_SORTED_ARRAY_HPP
 #define TL_FILE_SORTED_ARRAY_HPP
 
-#include "algorithms.hpp"
+#include "algorithm.hpp"
 #include "array.hpp"
 
 template <class T, class ALLOCATOR = allocator_default<T> >