Browse Source

fix build on msvc

tags/20200916
nihuini 5 years ago
parent
commit
076b509bb9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test_mat_pixel_resize.cpp

+ 1
- 0
tests/test_mat_pixel_resize.cpp View File

@@ -17,6 +17,7 @@

#include <math.h>
#include <string.h>
#include <algorithm>

static struct prng_rand_t g_prng_rand_state;
#define SRAND(seed) prng_srand(seed, &g_prng_rand_state)


Loading…
Cancel
Save