Skip to content

Commit 03acac5

Browse files
committed
[interop][SwiftToCxx] NFC, add missing include to swift-class-execution.cpp test
(cherry picked from commit 799ac8b51f0e79fd1f1dfbd5580e8ea097328926)
1 parent b7277d7 commit 03acac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <assert.h>
2424
#include "class.h"
2525
#include <cstdio>
26+
#include <utility>
2627

2728
extern "C" size_t swift_retainCount(void * _Nonnull obj);
2829

0 commit comments

Comments
 (0)