Skip to content

Commit 6c810f6

Browse files
committed
fix(memory-test): include stdint.h for fixed-width integer types
1 parent 02d5ceb commit 6c810f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/memory-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "../sqlite-vec.h"
1313
#include "../vendor/sqlite3.h"
1414
#include <assert.h>
15+
#include <stdint.h>
1516
#include <stdio.h>
1617
#include <stdlib.h>
1718
#include <string.h>

0 commit comments

Comments
 (0)