소스 검색

Add stddef.h

Nick Le Mouton 3 달 전
부모
커밋
c4137e78d0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/MeshCore.h

+ 1 - 0
src/MeshCore.h

@@ -1,6 +1,7 @@
 #pragma once
 
 #include <stdint.h>
+#include <stddef.h>
 #include <math.h>
 
 #define MAX_HASH_SIZE        8