From 32e5c76566f054328cdd9e2d8d94ad9186a07161 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 27 Jul 2017 20:19:39 -0700 Subject: [PATCH] Fix windows compilation; --- src/math/randomGenerator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/randomGenerator.c b/src/math/randomGenerator.c index 1ec0ea6a..e8f64f0c 100644 --- a/src/math/randomGenerator.c +++ b/src/math/randomGenerator.c @@ -1,4 +1,5 @@ #include "math/randomGenerator.h" +#define _USE_MATH_DEFINES #include #include #include