mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06: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