Skip to content

Commit

Permalink
Change include to <stddef.h> (MarlinFirmware#18880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 authored and albertogg committed Aug 31, 2020
1 parent 1c23e89 commit cc23f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/tft/tft_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

#include "tft_image.h"
#include "cstddef"
#include <stddef.h>

const tImage NoLogo = { (void *)NULL, 0, 0, NOCOLORS };

Expand Down

0 comments on commit cc23f25

Please sign in to comment.