瀏覽代碼

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

Jeff Eberl 3 年之前
父節點
當前提交
3a00ebd758
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/lcd/tft/tft_image.cpp

+ 1
- 1
Marlin/src/lcd/tft/tft_image.cpp 查看文件

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

Loading…
取消
儲存