summaryrefslogtreecommitdiffstats
path: root/Source/cmUVProcessChain.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-03 15:41:40 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-03 15:46:52 (GMT)
commitde0a2354fcd2f97b1a8f7ec98b4b623e76d88c2c (patch)
treef773e19c8d1ef669b457ad0a2fdfbb1611fd888e /Source/cmUVProcessChain.h
parent1aa0a18c41eb6b8dbfc9130eb975fa9ecd6b680c (diff)
downloadCMake-de0a2354fcd2f97b1a8f7ec98b4b623e76d88c2c.zip
CMake-de0a2354fcd2f97b1a8f7ec98b4b623e76d88c2c.tar.gz
CMake-de0a2354fcd2f97b1a8f7ec98b4b623e76d88c2c.tar.bz2
IWYU: Add missing cstddef includes for size_t and nullptr_t
The IWYU tool we use for CI now diagnoses these.
Diffstat (limited to 'Source/cmUVProcessChain.h')
-rw-r--r--Source/cmUVProcessChain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUVProcessChain.h b/Source/cmUVProcessChain.h
index 75f8f66..76a9c40 100644
--- a/Source/cmUVProcessChain.h
+++ b/Source/cmUVProcessChain.h
@@ -6,6 +6,7 @@
#include "cm_uv.h"
#include <array>
+#include <cstddef>
#include <iosfwd>
#include <memory>
#include <string>