fix(camera): compilation issues due to new ecs changes

This commit is contained in:
light7734 2025-09-20 15:41:03 +03:30
parent d72ee8d9ef
commit 120b6c24d9
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,4 +1,5 @@
#include <camera/scene.hpp>
#include <camera/camera.hpp>
#include <camera/component.hpp>
#include <math/algebra.hpp>
#include <math/trig.hpp>