Просмотр исходного кода

Merge pull request #2463 from NoodlesNZ/fix-stddef

Add stddef.h to fix compilation issue on MacOS
Liam Cottle 2 месяцев назад
Родитель
Сommit
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