diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-28 17:27:41 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-29 15:16:44 (GMT) |
commit | b745b8fd3697742d636b8bd3d7703abf6273404e (patch) | |
tree | 9bc96173a6b5541a44ff4c874a0175a3bc96c555 /Source/cmFunctionBlocker.cxx | |
parent | a58457a6c273d9d7286bd9cb74477e5cf9aadc59 (diff) | |
download | CMake-b745b8fd3697742d636b8bd3d7703abf6273404e.zip CMake-b745b8fd3697742d636b8bd3d7703abf6273404e.tar.gz CMake-b745b8fd3697742d636b8bd3d7703abf6273404e.tar.bz2 |
IWYU: mark includes needed for assert statements as needed
Diffstat (limited to 'Source/cmFunctionBlocker.cxx')
-rw-r--r-- | Source/cmFunctionBlocker.cxx | 1 |
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> |