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:
@@ -3,6 +3,7 @@
|
||||
#include "cmStringAlgorithms.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user