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 <span>
|
||||
#include <memory>
|
||||
#include <cmath>
|
||||
|
||||
namespace Parser {
|
||||
typedef Yerbacon::Exception ParsingException;
|
||||
|
|
Loading…
Reference in New Issue