From 6382612787f79e30540ba7d39779ba144ed06a90 Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Sat, 6 Nov 2021 15:01:58 +0700 Subject: [PATCH] add to HitBox.cpp --- engine/physics/HitBox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/physics/HitBox.cpp b/engine/physics/HitBox.cpp index 64564c1..337a897 100644 --- a/engine/physics/HitBox.cpp +++ b/engine/physics/HitBox.cpp @@ -3,6 +3,7 @@ // #include +#include #include "HitBox.h" #include "../Consts.h"