Skip to content

Commit 904c5b4

Browse files
committed
Apply clang-tidy fixes for misc-include-cleaner in AST.cpp (NFC)
1 parent d2d93a3 commit 904c5b4

File tree

1 file changed

+3
-0
lines changed
  • mlir/examples/toy/Ch1/parser

1 file changed

+3
-0
lines changed

mlir/examples/toy/Ch1/parser/AST.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212

1313
#include "toy/AST.h"
1414

15+
#include "llvm/ADT/STLExtras.h"
1516
#include "llvm/ADT/Twine.h"
1617
#include "llvm/ADT/TypeSwitch.h"
18+
#include "llvm/Support/Casting.h"
1719
#include "llvm/Support/raw_ostream.h"
20+
#include <string>
1821

1922
using namespace toy;
2023

0 commit comments

Comments
 (0)