Skip to content

Commit 477849f

Browse files
committed
Fix #include
1 parent a08d642 commit 477849f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/LinkCompatibilityShims.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// This file provides link compatibility shims to work through some ABI
1313
// changes.
1414
//===----------------------------------------------------------------------===//
15-
#include "../public/SwiftShims/Visibility.h"
15+
#include "swift/Runtime/Config.h"
1616

1717
#define OLD_SYMBOL(NAME) \
1818
SWIFT_EXPORT_FROM(swift_Concurrency) extern "C" void const * const NAME = nullptr;

0 commit comments

Comments
 (0)