add <cmath> to HitBox.cpp

master
Vectozavr 2021-11-06 15:01:58 +07:00
parent 33fee79c74
commit 6382612787
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// //
#include <set> #include <set>
#include <cmath>
#include "HitBox.h" #include "HitBox.h"
#include "../Consts.h" #include "../Consts.h"