Skip to content

Commit 8f56f3d

Browse files
committed
Fix Windows build: add missing stdint.h include in test_dyn_array
1 parent e6e9c58 commit 8f56f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dyn_array.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44
#include "test_framework.h"
55
#include "../src/foundation/dyn_array.h"
6+
#include <stdint.h>
67

78
TEST(da_push_pop) {
89
CBM_DYN_ARRAY(int) arr = {0};

0 commit comments

Comments
 (0)