From cab5dcc89357a37d31f835b5349d7d1e3f4e3cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenneth=20Yrke=20J=C3=B8rgensen?= Date: Mon, 3 Feb 2020 11:45:33 +0100 Subject: [PATCH] Changed math.h to cmath for macos compatibility --- src/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structs.h b/src/structs.h index e4a248e..88d39e7 100644 --- a/src/structs.h +++ b/src/structs.h @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include