summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-28 17:22:19 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-29 15:16:44 (GMT)
commit24a9fed5d9c9d341585c0e05c72909d5f3164927 (patch)
tree1ceceb23af02c13bac808a3352aec09b6da68e65 /Source/cmForEachCommand.cxx
parent1bf89388252370e8af78f9b6620a4e1617364bd8 (diff)
downloadCMake-24a9fed5d9c9d341585c0e05c72909d5f3164927.zip
CMake-24a9fed5d9c9d341585c0e05c72909d5f3164927.tar.gz
CMake-24a9fed5d9c9d341585c0e05c72909d5f3164927.tar.bz2
IWYU: mark <cstddef> as needed
Newer IWYU is not seeing them as needed for `size_t`.
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r--Source/cmForEachCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx
index 0546186..82c5223 100644
--- a/Source/cmForEachCommand.cxx
+++ b/Source/cmForEachCommand.cxx
@@ -4,7 +4,7 @@
#include <algorithm>
#include <cassert>
-#include <cstddef>
+#include <cstddef> // IWYU pragma: keep
// NOTE The declaration of `std::abs` has moved to `cmath` since C++17
// See https://en.cppreference.com/w/cpp/numeric/math/abs
// ALERT But IWYU used to lint `#include`s do not "understand"