Another speculative fix for the Windows bots.

Hopefully fixes: http://45.33.8.238/win/6040/step_4.txt
This commit is contained in:
Aaron Ballman 2020-01-17 10:23:45 -05:00
parent bcda877b43
commit 7f4e744b90

View File

@ -12,6 +12,7 @@
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include <algorithm>
#include <cctype>
using namespace clang::ast_matchers;