fix various issues

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2024-01-13 23:46:33 +01:00 committed by Folling
parent c435384f95
commit 1b36e56cf5
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
12 changed files with 33 additions and 50 deletions

View file

@ -3,8 +3,8 @@
#ifdef __cplusplus
#include <cstddef>
#include <cstdint>
// NOLINTNEXTLINE(google-global-names-in-headers)
using std::size_t;
#else
#include <stddef.h>
#include <stdint.h>
#endif