[libc++][test] Add missing <concepts> in is_always_lock_free test (#105966)

That test was using std::same_as without including <concepts>.
This commit is contained in:
Stephan T. Lavavej
2024-08-26 08:49:47 -07:00
committed by GitHub
parent 762cb44581
commit bc695f5227

View File

@@ -17,6 +17,7 @@
#include <atomic>
#include <cassert>
#include <concepts>
#include <cstddef>
#include "test_macros.h"