1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 22:35:21 +00:00

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

This commit is contained in:
Jeff Eberl 2020-08-03 23:37:08 -06:00 committed by Scott Lahteine
parent ea53abbca7
commit 0b2bd123ef

View File

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