summaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 19:28:54 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 20:15:19 +0100
commit53e9bd0f9ea02c47510a47ab37901f2a284a3632 (patch)
treece9b508ec356f2d4eaa32ca18c17277aed739773 /benchmark
parent585128b152486afd4c2a8811266bdd7cd04c746e (diff)
downloadzix-53e9bd0f9ea02c47510a47ab37901f2a284a3632.tar.gz
zix-53e9bd0f9ea02c47510a47ab37901f2a284a3632.tar.bz2
zix-53e9bd0f9ea02c47510a47ab37901f2a284a3632.zip
Fix MinGW build
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/dict_bench.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/dict_bench.c b/benchmark/dict_bench.c
index 019e2b0..4a82a8f 100644
--- a/benchmark/dict_bench.c
+++ b/benchmark/dict_bench.c
@@ -28,6 +28,7 @@ ZIX_RESTORE_WARNINGS
#include <ctype.h>
#include <stdarg.h>
#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>