mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed build
This commit is contained in:
parent
e280eb9d6c
commit
710e95fb08
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/// @ref core
|
||||
/// @file glm/detail/type_vec1.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
#include "./compute_vector_relational.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/// @ref core
|
||||
/// @file glm/core/type_tvec2.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
#include "./compute_vector_relational.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/// @ref core
|
||||
/// @file glm/detail/type_tvec3.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
#include "./compute_vector_relational.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/// @ref core
|
||||
/// @file glm/detail/type_tvec4.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
#include "./compute_vector_relational.hpp"
|
||||
|
||||
namespace glm{
|
||||
namespace detail
|
||||
|
|
Loading…
Add table
Reference in a new issue