From c51b4a70fc2640ef4adf682256db065a6682b88c Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 22 Sep 2021 21:11:45 +0200 Subject: Missing include compile fix --- zencore/testutils.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zencore/testutils.cpp') diff --git a/zencore/testutils.cpp b/zencore/testutils.cpp index 116491950..78957cbcf 100644 --- a/zencore/testutils.cpp +++ b/zencore/testutils.cpp @@ -4,6 +4,8 @@ #include #include "zencore/string.h" +#include + namespace zen { static std::atomic Sequence{0}; -- cgit v1.2.3