forked from OSchip/llvm-project
Add a missing include to appease the build bots
This commit is contained in:
parent
623f93ed1c
commit
ef0f728abe
|
@ -13,6 +13,7 @@
|
|||
#include "clang/Lex/Lexer.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include <cctype>
|
||||
|
||||
using namespace clang::ast_matchers;
|
||||
|
||||
|
|
Loading…
Reference in New Issue