Skip to content

Commit 1125e45

Browse files
authored
Don't include <thread> in MetadataCache.h, all we need there is <atomic> (#65826)
1 parent 73df9f2 commit 1125e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/MetadataCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "llvm/ADT/STLExtras.h"
2424

2525
#include <condition_variable>
26-
#include <thread>
26+
#include <atomic>
2727

2828
#ifndef SWIFT_DEBUG_RUNTIME
2929
#define SWIFT_DEBUG_RUNTIME 0

0 commit comments

Comments
 (0)