Skip to content

Commit

Permalink
Change include to <stddef.h> (#18880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 authored Aug 4, 2020
1 parent 11b2bd8 commit 3a00ebd
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 3a00ebd

Please sign in to comment.