Fixing header with IWYU (#3893)

This commit is contained in:
clemahieu 2022-08-18 18:45:21 +01:00 committed by GitHub
commit 3750462506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
#include <boost/filesystem.hpp>
#include <fstream>
#include <future>
using namespace std::chrono_literals;
@ -325,4 +326,4 @@ TEST (relaxed_atomic_integral, many_threads)
// Check values
ASSERT_EQ (0, atomic);
}
}