[clang-tools-extra] e07823a - [clang-tidy] Make header compile standalone. NFC.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 02:18:07 PST 2022


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 {


        


More information about the cfe-commits mailing list