mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Change include to <stddef.h> (#18880)
This commit is contained in:
parent
11b2bd835d
commit
3a00ebd758
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "tft_image.h"
|
||||
#include "cstddef"
|
||||
#include <stddef.h>
|
||||
|
||||
const tImage NoLogo = { (void *)NULL, 0, 0, NOCOLORS };
|
||||
|
||||
|
|
Loading…
Reference in a new issue