Skip to content

Commit

Permalink
fix(collisions): add missing include on BoxCollisionShape
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenatlas committed Aug 5, 2024
1 parent a8e1c52 commit 60c1789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/collisions/interface/shapes/box.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <cubos/core/ecs/reflection.hpp>
#include <cubos/core/reflection/external/primitives.hpp>

#include <cubos/engine/collisions/shapes/box.hpp>

Expand Down

0 comments on commit 60c1789

Please sign in to comment.