add <cmath> to HitBox.cpp
parent
33fee79c74
commit
6382612787
|
@ -3,6 +3,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
#include "HitBox.h"
|
#include "HitBox.h"
|
||||||
#include "../Consts.h"
|
#include "../Consts.h"
|
||||||
|
|
Loading…
Reference in New Issue