From 076b509bb9af626f2076262e8d94230f5bb05ab1 Mon Sep 17 00:00:00 2001 From: nihuini Date: Wed, 5 Aug 2020 17:46:47 +0800 Subject: [PATCH] fix build on msvc --- tests/test_mat_pixel_resize.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_mat_pixel_resize.cpp b/tests/test_mat_pixel_resize.cpp index 7a41c4576..64d3f52ab 100644 --- a/tests/test_mat_pixel_resize.cpp +++ b/tests/test_mat_pixel_resize.cpp @@ -17,6 +17,7 @@ #include #include +#include static struct prng_rand_t g_prng_rand_state; #define SRAND(seed) prng_srand(seed, &g_prng_rand_state)