Author: Benjamin Kramer
Date: 2022-01-31T11:18:00+01:00
New Revision: e07823ad729a16c609e9e234849f56bf9f1d5f00

URL: 
https://github.com/llvm/llvm-project/commit/e07823ad729a16c609e9e234849f56bf9f1d5f00
DIFF: 
https://github.com/llvm/llvm-project/commit/e07823ad729a16c609e9e234849f56bf9f1d5f00.diff

LOG: [clang-tidy] Make header compile standalone. NFC.

Added: 
    

Modified: 
    clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprMatchers.h

Removed: 
    


################################################################################
diff  --git 
a/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprMatchers.h 
b/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprMatchers.h
index 62fc9cfcaa1d3..0b11b0d1e6b4c 100644
--- a/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprMatchers.h
+++ b/clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprMatchers.h
@@ -6,6 +6,7 @@
 //
 
//===----------------------------------------------------------------------===//
 
+#include "clang/ASTMatchers/ASTMatchersInternal.h"
 #include "clang/ASTMatchers/ASTMatchersMacros.h"
 
 namespace clang {


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to