浏览代码

Merge pull request #2463 from NoodlesNZ/fix-stddef

Add stddef.h to fix compilation issue on MacOS
Liam Cottle 2 月之前
父节点
当前提交
1485d3301b
共有 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