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

2.0.x
Jeff Eberl 4 years ago committed by Scott Lahteine
parent ea53abbca7
commit 0b2bd123ef

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

Loading…
Cancel
Save