Skip to content

Commit

Permalink
fix(geom): use vec3.hpp instead of glm.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Oct 5, 2023
1 parent d05c425 commit 3a422e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/include/cubos/core/geom/aabb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#include <glm/glm.hpp>
#include <glm/vec3.hpp>

#include <cubos/core/geom/box.hpp>

Expand Down
2 changes: 1 addition & 1 deletion core/include/cubos/core/geom/box.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#include <glm/glm.hpp>
#include <glm/vec3.hpp>

#include <cubos/core/data/old/deserializer.hpp>
#include <cubos/core/data/old/serializer.hpp>
Expand Down

0 comments on commit 3a422e1

Please sign in to comment.