From 3d0267c9639a781606e1a63e28d5a89d6182fd6f Mon Sep 17 00:00:00 2001 From: Matus Novak <mn00272@surrey.ac.uk> Date: Thu, 14 Feb 2019 10:23:56 +0000 Subject: [PATCH] Fix cmath is not a member of std --- include/rew/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rew/config.h b/include/rew/config.h index 7813ae8..b6e45f2 100644 --- a/include/rew/config.h +++ b/include/rew/config.h @@ -73,6 +73,7 @@ #include <cstring> #include <iostream> #include <memory> +#include <cmath> #ifndef RAD_TO_DEG #define RAD_TO_DEG 57.2957795131 -- GitLab