We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e7546 commit 5fc55b6Copy full SHA for 5fc55b6
lib/PrintAsClang/ModuleContentsWriter.cpp
@@ -780,6 +780,7 @@ EmittedClangHeaderDependencyInfo swift::printModuleContentsAsCxx(
780
os << "#ifndef SWIFT_CXX_INTEROP_HIDE_STL_OVERLAY\n";
781
os << "#include <string>\n";
782
os << "#endif\n";
783
+ os << "#include <new>\n";
784
// Embed an overlay for the standard library.
785
ClangSyntaxPrinter(moduleOS).printIncludeForShimHeader(
786
"_SwiftStdlibCxxOverlay.h");
0 commit comments