Skip to content

Commit b1b4f96

Browse files
committed
rewriter: fix aarch64 #include <optional> error
1 parent 2c261dc commit b1b4f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/rewriter/TypeOps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include "clang/AST/AST.h"
4+
#include <optional>
45
#include <string>
56

67
extern const std::string kTypePlaceHolder;

0 commit comments

Comments
 (0)