Include cmath in Parser.hpp

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-03-22 15:37:08 +01:00
parent 8a97def6b2
commit ce8e21ee25
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <concepts>
#include <span>
#include <memory>
#include <cmath>
namespace Parser {
typedef Yerbacon::Exception ParsingException;