added missing include

This commit is contained in:
2025-12-12 18:34:56 +03:00
parent 7fb5ea47dd
commit 17e21cde4b

View File

@@ -2,7 +2,7 @@
// Created by Vladislav on 06.12.2025. // Created by Vladislav on 06.12.2025.
// //
#pragma once #pragma once
#include <omath/linear_algebra/vector3.hpp>
namespace omath::collision namespace omath::collision
{ {