Skip to content

Commit 981f36c

Browse files
committed
add missing cstddef import
1 parent 5ec46d8 commit 981f36c

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)