Add missing stddef.h
Some checks failed
CI / build-and-analyze (push) Failing after 28s

This commit is contained in:
2026-07-02 11:15:04 +03:00
parent 6c050628d0
commit 9e9f457a57

View File

@@ -1,6 +1,7 @@
#ifndef CGE_STR_H
#define CGE_STR_H
#include <stddef.h>
#include <stdint.h>
typedef struct CgeStr {