diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 06:50:47 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 06:50:47 +0000 |
| commit | f9ef0293ff882b97cfe650e92fe0844c8920f4e3 (patch) | |
| tree | 04ab158acf9e844cebd7416d9367a451bdfe02e6 /src/base/tl/sorted_array.hpp | |
| parent | 6309d7ad56357e3aecbfeb7096b434a03bdc70a8 (diff) | |
| download | zcatch-f9ef0293ff882b97cfe650e92fe0844c8920f4e3.tar.gz zcatch-f9ef0293ff882b97cfe650e92fe0844c8920f4e3.zip | |
renamed algorithms.hpp to algotithm.hpp
Diffstat (limited to 'src/base/tl/sorted_array.hpp')
| -rw-r--r-- | src/base/tl/sorted_array.hpp | 2 |
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> > |