From b745b8fd3697742d636b8bd3d7703abf6273404e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 28 Apr 2020 13:27:41 -0400 Subject: IWYU: mark includes needed for assert statements as needed --- Source/cmFunctionBlocker.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmFunctionBlocker.cxx b/Source/cmFunctionBlocker.cxx index 5778a71..0d8401e 100644 --- a/Source/cmFunctionBlocker.cxx +++ b/Source/cmFunctionBlocker.cxx @@ -3,6 +3,7 @@ #include "cmFunctionBlocker.h" #include +#include // IWYU pragma: keep #include #include -- cgit v0.12