diff --git a/source/simple/support/algorithm/advance_vector.hpp b/source/simple/support/algorithm/advance_vector.hpp index 05efd7d74cd48b5c1b2bfe6185ce4fd94a5ad847..2eaaac8e3b851a6377c8cc80e8bc20872371d0a1 100644 --- a/source/simple/support/algorithm/advance_vector.hpp +++ b/source/simple/support/algorithm/advance_vector.hpp @@ -1,5 +1,6 @@ #ifndef SIMPLE_SUPPORT_ALGORITHM_ADVANCE_VECTOR_HPP #define SIMPLE_SUPPORT_ALGORITHM_ADVANCE_VECTOR_HPP +#include <cassert> #include "utils.hpp" namespace simple::support