mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05: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:
@@ -9,6 +9,7 @@
|
||||
#include "cm_string_view.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
#include <initializer_list>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user