summaryrefslogtreecommitdiff
path: root/tests/bench-slope.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench-slope.c')
-rw-r--r--tests/bench-slope.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bench-slope.c b/tests/bench-slope.c
index 00cb11de..1723899c 100644
--- a/tests/bench-slope.c
+++ b/tests/bench-slope.c
@@ -25,6 +25,9 @@
#include <stdarg.h>
#include <assert.h>
#include <time.h>
+#ifdef _WIN32
+#include <windows.h>
+#endif
#ifdef _GCRYPT_IN_LIBGCRYPT
# include "../src/gcrypt-int.h"