Skip to content

Commit cd378b9

Browse files
committed
cstddef -> cstdint
1 parent 981f36c commit cd378b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// REQUIRES: executable_test
1313

1414
//--- header.h
15-
#include <cstddef>
15+
#include <cstdint>
1616
#include <string>
1717
#include <span>
1818

0 commit comments

Comments
 (0)