]> git.lizzy.rs Git - nothing.git/blobdiff - src/dynarray.h
Try to fix msvc build
[nothing.git] / src / dynarray.h
index aa961defdc8dce4b58879d46b23c4233681eae22..8832d82a9199624735f0fc81613aedb3d4663f07 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdlib.h>
 #include <stdbool.h>
+#include <stdint.h>
 
 typedef struct {
     size_t element_size;