[code-quality] fix clang-tidy cstddef (#7324)

This commit is contained in:
tomaszduda23 2024-08-21 00:01:50 +02:00 committed by GitHub
parent 3cbdf63f56
commit fa497d06b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <stddef.h>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <vector>

View file

@ -1,6 +1,6 @@
#pragma once
#include <stddef.h>
#include <cstddef>
#include <cstdint>
#include <vector>