소스 검색

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

Jeff Eberl 3 년 전
부모
커밋
3a00ebd758
No account linked to committer's email address
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…
취소
저장