From beec7e49283320a59953d5c37315c5438260df58 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Sun, 30 May 2021 16:26:39 +0400 Subject: [PATCH] Fixed a missing include. --- source/simple/support/algorithm/advance_vector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/simple/support/algorithm/advance_vector.hpp b/source/simple/support/algorithm/advance_vector.hpp index 05efd7d..2eaaac8 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 -- GitLab