diff options
Diffstat (limited to 'libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp index 6f772b5c286..bcb1a2f0f87 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp @@ -15,6 +15,8 @@ #include <thread> #include <cassert> +#include "test_macros.h" + int main(int, char**) { std::this_thread::yield(); |