Skip to content

Commit dd34be4

Browse files
committed
add missing cstddef import
1 parent f8a7e8f commit dd34be4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Interop/CxxToSwiftToCxx/span/span-execution.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111

1212
// REQUIRES: executable_test
1313

14-
// REQUIRES: OS=macosx || rdar-161999258
15-
1614
//--- header.h
15+
#include <cstddef>
1716
#include <string>
1817
#include <span>
1918

0 commit comments

Comments
 (0)