Skip to content

Commit 9d7460f

Browse files
committed
[interop][SwiftToCxx] NFC, add missing include to swift-class-execution.cpp test
1 parent f0967a4 commit 9d7460f

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
@@ -51,6 +51,7 @@
5151
#include <assert.h>
5252
#include "class.h"
5353
#include <cstdio>
54+
#include <utility>
5455

5556
extern "C" size_t swift_retainCount(void * _Nonnull obj);
5657

0 commit comments

Comments
 (0)