summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-28 17:27:41 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-29 15:16:44 (GMT)
commitb745b8fd3697742d636b8bd3d7703abf6273404e (patch)
tree9bc96173a6b5541a44ff4c874a0175a3bc96c555 /Source
parenta58457a6c273d9d7286bd9cb74477e5cf9aadc59 (diff)
downloadCMake-b745b8fd3697742d636b8bd3d7703abf6273404e.zip
CMake-b745b8fd3697742d636b8bd3d7703abf6273404e.tar.gz
CMake-b745b8fd3697742d636b8bd3d7703abf6273404e.tar.bz2
IWYU: mark includes needed for assert statements as needed
Diffstat (limited to 'Source')
-rw-r--r--Source/cmFunctionBlocker.cxx1
1 files changed, 1 insertions, 0 deletions
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 <cassert>
+#include <memory> // IWYU pragma: keep
#include <sstream>
#include <utility>