Skip to content

Commit ea432ea

Browse files
compnerdatrick
authored andcommitted
IDE: IWYU (#3540)
Add missing string inclusion. Fixes a compile issue against non-Ubuntu linux compilation.
1 parent 40e1991 commit ea432ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/IDE/ModuleInterfacePrinting.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "swift/Basic/LLVM.h"
1717
#include "swift/Basic/OptionSet.h"
1818

19+
#include <string>
1920
#include <vector>
2021

2122
namespace swift {

0 commit comments

Comments
 (0)