mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Add stdint.h to types.h
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user