Browse Source

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

vanilla_fb_2.0.x
Jeff Eberl 4 years ago
committed by GitHub
parent
commit
3a00ebd758
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/tft/tft_image.cpp

2
Marlin/src/lcd/tft/tft_image.cpp

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

Loading…
Cancel
Save