diff options
Diffstat (limited to 'Source/cmBlockCommand.cxx')
-rw-r--r-- | Source/cmBlockCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmBlockCommand.cxx b/Source/cmBlockCommand.cxx index ec79149..42f1ad3 100644 --- a/Source/cmBlockCommand.cxx +++ b/Source/cmBlockCommand.cxx @@ -3,7 +3,8 @@ #include "cmBlockCommand.h" -#include <cstdint> // IWYU pragma: keep +#include <cstdint> +#include <initializer_list> #include <utility> #include <cm/memory> |