Skip to content

Commit cc608f7

Browse files
committed
Swift: add missing include
1 parent fcd14a7 commit cc608f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/extractor/mangler/SwiftMangler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <swift/AST/ASTMangler.h>
44
#include <swift/AST/Types.h>
55

6+
#include <optional>
7+
68
namespace codeql {
79
class SwiftMangler {
810
public:

0 commit comments

Comments
 (0)