@@ -240,6 +240,8 @@ namespace glm
}//namespace core
} //namespace glm
+#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat2x2.inl"
+#endif
#endif //glm_core_type_mat2x2
@@ -207,6 +207,8 @@ namespace glm
#include "type_mat2x3.inl"
#endif //glm_core_type_mat2x3
#include "type_mat2x4.inl"
#endif //glm_core_type_mat2x4
@@ -209,6 +209,8 @@ namespace glm
#include "type_mat3x2.inl"
#endif //glm_core_type_mat3x2
@@ -239,6 +239,8 @@ namespace glm
#include "type_mat3x3.inl"
#endif //glm_core_type_mat3x3
#include "type_mat3x4.inl"
#endif //glm_core_type_mat3x4
@@ -211,6 +211,8 @@ namespace glm
#include "type_mat4x2.inl"
#endif //glm_core_type_mat4x2
#include "type_mat4x3.inl"
#endif//glm_core_type_mat4x3
#include "type_mat4x4.inl"
#endif //glm_core_type_mat4x4
@@ -167,6 +167,8 @@ namespace glm
} //namespace detail
}//namespace glm
#include "type_vec1.inl"
#endif//glm_core_type_gentype1
@@ -245,6 +245,8 @@ namespace glm
#include "type_vec2.inl"
#endif//glm_core_type_gentype2
@@ -251,6 +251,8 @@ namespace glm
#include "type_vec3.inl"
#endif//glm_core_type_gentype3
@@ -271,6 +271,8 @@ namespace glm
#include "type_vec4.inl"
#endif//glm_core_type_gentype4