From 0483fc538dc119630f05783d13fd9cea7a7c1531 Mon Sep 17 00:00:00 2001 From: En-En <39373446+En-En-Code@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:08:22 -0500 Subject: [PATCH] Added cmath for 'pow' use --- Minace/src/Util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Minace/src/Util.h b/Minace/src/Util.h index 657884e..c6df045 100644 --- a/Minace/src/Util.h +++ b/Minace/src/Util.h @@ -3,6 +3,7 @@ #include #include #include +#include namespace mnc {