1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +08:00

IWYU: Add missing cstddef includes for size_t and nullptr_t

The IWYU tool we use for CI now diagnoses these.
This commit is contained in:
Brad King
2019-09-03 11:41:40 -04:00
parent 1aa0a18c41
commit de0a2354fc
12 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "cmStringAlgorithms.h"
#include <algorithm>
#include <cstddef>
#include <cstdio>
#include <errno.h>
#include <stdlib.h>