From ffa0ebf4cba1853b535699bee9392294b38a8dbe Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Tue, 14 May 2024 22:51:53 +0200 Subject: [PATCH] add missing include --- test/test_vect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_vect.cpp b/test/test_vect.cpp index 62cb789..9f1ff7a 100644 --- a/test/test_vect.cpp +++ b/test/test_vect.cpp @@ -1,6 +1,8 @@ #include "Vect.h" #include "test_assert.h" +#include + const static int EXECUTION_COUNT = 100000; static constexpr int MATRIX_MAX_SIZE = 7;