Change include to <stddef.h> (#18880)

This commit is contained in:
Jeff Eberl 2020-08-03 23:37:08 -06:00 committed by GitHub
parent 11b2bd835d
commit 3a00ebd758
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
*/
#include "tft_image.h"
#include "cstddef"
#include <stddef.h>
const tImage NoLogo = { (void *)NULL, 0, 0, NOCOLORS };