diff options
Diffstat (limited to 'core/vector.h')
-rw-r--r-- | core/vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vector.h b/core/vector.h index 90b3d90826..93ee003519 100644 --- a/core/vector.h +++ b/core/vector.h @@ -40,7 +40,7 @@ #include "core/cowdata.h" #include "core/error_macros.h" #include "core/os/memory.h" -#include "core/sort.h" +#include "core/sort_array.h" template <class T> class VectorWriteProxy { |