mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-27 14:57:40 +00:00
Include stddef.h for size_t
This commit is contained in:
parent
2f8dcc91f1
commit
b8400b71b9
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue