Explorar o código

Merge pull request #2463 from NoodlesNZ/fix-stddef

Add stddef.h to fix compilation issue on MacOS
Liam Cottle hai 2 meses
pai
achega
1485d3301b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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