Add a missing include to appease the build bots

This commit is contained in:
Aaron Ballman 2021-09-27 14:18:58 -04:00
parent 623f93ed1c
commit ef0f728abe
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "clang/Lex/Lexer.h" #include "clang/Lex/Lexer.h"
#include "llvm/ADT/Optional.h" #include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallString.h"
#include <cctype>
using namespace clang::ast_matchers; using namespace clang::ast_matchers;