Add stdint.h to types.h

This commit is contained in:
LagoLunatic
2026-08-18 10:41:11 -04:00
parent 443b783b1e
commit 48bb9796bc
7 changed files with 10 additions and 13 deletions
+1
View File
@@ -85,6 +85,7 @@ typedef unsigned int uint;
#endif
#include "stddef.h" // IWYU pragma: export
#include "stdint.h" // IWYU pragma: export
#define INT32_MAX (0x7fffffff)
#define UINT32_MAX (0xffffffff)