Skip to content

Commit 44489c7

Browse files
authored
Merge pull request #65762 from hyp/eng/799ac8b51f0e79fd1f1dfbd5580e8ea09732892
[interop][SwiftToCxx] NFC, add missing include to swift-class-executi…
2 parents d54ee5d + 9d7460f commit 44489c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Interop/SwiftToCxx/class/swift-class-execution.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// (1) Onone, no evolution
22

3-
// REQUIRES: rdar_109037144
4-
//
53
// RUN: %empty-directory(%t-onone)
64

75
// RUN: %target-swift-frontend %S/swift-class-in-cxx.swift -typecheck -module-name Class -clang-header-expose-decls=all-public -emit-clang-header-path %t-onone/class.h -Onone
@@ -53,6 +51,7 @@
5351
#include <assert.h>
5452
#include "class.h"
5553
#include <cstdio>
54+
#include <utility>
5655

5756
extern "C" size_t swift_retainCount(void * _Nonnull obj);
5857

0 commit comments

Comments
 (0)