From 3750462506d120c2036b4b15084091e668e0e333 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 18 Aug 2022 18:45:21 +0100 Subject: [PATCH] Fixing header with IWYU (#3893) --- nano/core_test/utility.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nano/core_test/utility.cpp b/nano/core_test/utility.cpp index a14475faf..bdd68e54e 100644 --- a/nano/core_test/utility.cpp +++ b/nano/core_test/utility.cpp @@ -9,6 +9,7 @@ #include +#include #include using namespace std::chrono_literals; @@ -325,4 +326,4 @@ TEST (relaxed_atomic_integral, many_threads) // Check values ASSERT_EQ (0, atomic); -} \ No newline at end of file +}