Fixed build

This commit is contained in:
Groove 2018-07-11 03:38:29 +02:00
parent da8b136419
commit e280eb9d6c
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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