From ce8e21ee25480f3b717ddbc7977f9ce50a5daa05 Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 22 Mar 2022 15:37:08 +0100 Subject: [PATCH] Include cmath in Parser.hpp Signed-off-by: Username404 --- src/headers/parsing/Parser.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/headers/parsing/Parser.hpp b/src/headers/parsing/Parser.hpp index 86afbb8..15c5e69 100644 --- a/src/headers/parsing/Parser.hpp +++ b/src/headers/parsing/Parser.hpp @@ -7,6 +7,7 @@ #include #include #include +#include namespace Parser { typedef Yerbacon::Exception ParsingException;