Skip to content

Commit 8e99992

Browse files
committed
[rebranch] Add missing string include
1 parent 381d053 commit 8e99992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Demangling/TypeLookupError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "swift/Basic/TaggedUnion.h"
2222
#include "swift/Runtime/Portability.h"
23-
#include <string.h>
23+
#include <string>
2424

2525
namespace swift {
2626

0 commit comments

Comments
 (0)