[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:
committed by
GitHub
parent
762cb44581
commit
bc695f5227
@@ -17,6 +17,7 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <concepts>
|
||||
#include <cstddef>
|
||||
|
||||
#include "test_macros.h"
|
||||
Reference in New Issue
Block a user