From 2b6d8b8090b7bbf67553f093ff48ade83bd48e25 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Tue, 17 Nov 2020 11:31:51 -0500 Subject: [PATCH] Include math.h instead of cmath --- desktop_version/src/Maths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Maths.h b/desktop_version/src/Maths.h index 44396273..108a60ee 100644 --- a/desktop_version/src/Maths.h +++ b/desktop_version/src/Maths.h @@ -1,7 +1,7 @@ #ifndef MATHGAME_H #define MATHGAME_H -#include +#include #include //// This header holds Maths functions that emulate the functionality of flash's