Include cmath in Parser.hpp
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
8a97def6b2
commit
ce8e21ee25
|
@ -7,6 +7,7 @@
|
||||||
#include <concepts>
|
#include <concepts>
|
||||||
#include <span>
|
#include <span>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
namespace Parser {
|
namespace Parser {
|
||||||
typedef Yerbacon::Exception ParsingException;
|
typedef Yerbacon::Exception ParsingException;
|
||||||
|
|
Loading…
Reference in New Issue