summaryrefslogtreecommitdiff
path: root/Source/CPack
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-28 13:22:19 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-29 11:16:44 -0400
commit24a9fed5d9c9d341585c0e05c72909d5f3164927 (patch)
tree1ceceb23af02c13bac808a3352aec09b6da68e65 /Source/CPack
parent1bf89388252370e8af78f9b6620a4e1617364bd8 (diff)
downloadcmake-24a9fed5d9c9d341585c0e05c72909d5f3164927.tar.gz
IWYU: mark <cstddef> as needed
Newer IWYU is not seeing them as needed for `size_t`.
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/IFW/cmCPackIFWCommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWCommon.cxx b/Source/CPack/IFW/cmCPackIFWCommon.cxx
index 9fa74be761..20d392d211 100644
--- a/Source/CPack/IFW/cmCPackIFWCommon.cxx
+++ b/Source/CPack/IFW/cmCPackIFWCommon.cxx
@@ -2,7 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmCPackIFWCommon.h"
-#include <cstddef>
+#include <cstddef> // IWYU pragma: keep
#include <sstream>
#include <utility>
#include <vector>