Added include to delegate tests

This commit is contained in:
John Wellbelove 2023-05-01 23:38:19 +01:00
parent d447ca5ba8
commit 8a46297486
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ SOFTWARE.
#include <vector>
#include <functional>
#include <algorithm>
namespace
{

View File

@ -34,6 +34,8 @@ SOFTWARE.
#include "etl/vector.h"
#include <vector>
#include <functional>
#include <algorithm>
namespace
{