mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 09:10:49 +00:00
Fixed GCC and Cland build
This commit is contained in:
parent
9029ac9315
commit
ac1f60997c
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
|||
#include "../fwd.hpp"
|
||||
#include "../detail/type_vec.hpp"
|
||||
#if GLM_SWIZZLE == GLM_SWIZZLE_OPERATOR
|
||||
# include "_swizzle.hpp"
|
||||
# include "../detail/_swizzle.hpp"
|
||||
#elif GLM_SWIZZLE == GLM_SWIZZLE_FUNCTION
|
||||
# include "_swizzle_func.hpp"
|
||||
# include "../detail/_swizzle_func.hpp"
|
||||
#endif
|
||||
#include <cstddef>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue