Fixed build

master
Groove ago%!(EXTRA string=7 years)
parent da8b136419
commit e280eb9d6c
  1. 2
      glm/detail/type_vec1.inl
  2. 2
      glm/detail/type_vec2.inl
  3. 2
      glm/detail/type_vec3.inl
  4. 2
      glm/detail/type_vec4.inl

@ -1,6 +1,8 @@
/// @ref core /// @ref core
/// @file glm/detail/type_vec1.inl /// @file glm/detail/type_vec1.inl
#include "./compute_common.hpp"
namespace glm namespace glm
{ {
// -- Implicit basic constructors -- // -- Implicit basic constructors --

@ -1,6 +1,8 @@
/// @ref core /// @ref core
/// @file glm/core/type_tvec2.inl /// @file glm/core/type_tvec2.inl
#include "./compute_common.hpp"
namespace glm namespace glm
{ {
// -- Implicit basic constructors -- // -- Implicit basic constructors --

@ -1,6 +1,8 @@
/// @ref core /// @ref core
/// @file glm/detail/type_tvec3.inl /// @file glm/detail/type_tvec3.inl
#include "./compute_common.hpp"
namespace glm namespace glm
{ {
// -- Implicit basic constructors -- // -- Implicit basic constructors --

@ -1,6 +1,8 @@
/// @ref core /// @ref core
/// @file glm/detail/type_tvec4.inl /// @file glm/detail/type_tvec4.inl
#include "./compute_common.hpp"
namespace glm{ namespace glm{
namespace detail namespace detail
{ {

Loading…
Cancel
Save