1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 10:47:59 +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

@@ -17,6 +17,7 @@
#include <algorithm>
#include <cassert>
#include <chrono>
#include <cstddef>
#include <ctime>
#include <iomanip>
#include <sstream>