Browse Source

Add stddef.h

Nick Le Mouton 3 months ago
parent
commit
c4137e78d0
1 changed files with 1 additions and 0 deletions
  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