From 3ac24a8a6e31be136436fc011ac94ef06b63857d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 28 Apr 2020 13:28:02 -0400 Subject: cmFunctionBlocker: include missing header This is needed to have `std::string::operator==` used in the code. Mark it as such since older IWYU releases don't recognize this. --- Source/cmFunctionBlocker.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmFunctionBlocker.cxx b/Source/cmFunctionBlocker.cxx index 0d8401e..643cd82 100644 --- a/Source/cmFunctionBlocker.cxx +++ b/Source/cmFunctionBlocker.cxx @@ -5,6 +5,7 @@ #include #include // IWYU pragma: keep #include +#include // IWYU pragma: keep #include #include "cmExecutionStatus.h" -- cgit v0.12