add missing include
Some checks failed
Linux arm64 / Build (push) Has been cancelled

This commit is contained in:
2024-05-14 22:51:53 +02:00
parent 4b3e878bc5
commit ffa0ebf4cb

View File

@@ -1,6 +1,8 @@
#include "Vect.h" #include "Vect.h"
#include "test_assert.h" #include "test_assert.h"
#include <algorithm>
const static int EXECUTION_COUNT = 100000; const static int EXECUTION_COUNT = 100000;
static constexpr int MATRIX_MAX_SIZE = 7; static constexpr int MATRIX_MAX_SIZE = 7;