From 3ac3589ed2ee0a6eaa5af13ca2ecbb652c08d636 Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 26 Feb 2024 15:46:44 +0100 Subject: [PATCH] Fix GTX_number_precision build #1258 --- glm/ext.hpp | 1 + glm/gtx/number_precision.hpp | 1 - readme.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/ext.hpp b/glm/ext.hpp index 164dc2a1..f9ac3699 100644 --- a/glm/ext.hpp +++ b/glm/ext.hpp @@ -234,6 +234,7 @@ #include "./gtx/norm.hpp" #include "./gtx/normal.hpp" #include "./gtx/normalize_dot.hpp" +#include "./gtx/number_precision.hpp" #include "./gtx/optimum_pow.hpp" #include "./gtx/orthonormalize.hpp" #include "./gtx/pca.hpp" diff --git a/glm/gtx/number_precision.hpp b/glm/gtx/number_precision.hpp index ed195f2c..5b9663ed 100644 --- a/glm/gtx/number_precision.hpp +++ b/glm/gtx/number_precision.hpp @@ -42,4 +42,3 @@ namespace glm{ /// @} }//namespace glm -#include "number_precision.inl" diff --git a/readme.md b/readme.md index b3582583..e77e83ec 100644 --- a/readme.md +++ b/readme.md @@ -105,7 +105,7 @@ target_link_libraries(main PRIVATE glm::glm) ## Release notes -### [GLM 1.0.1](https://github.com/g-truc/glm) - 2024-02-XX +### [GLM 1.0.1](https://github.com/g-truc/glm/releases/tag/1.0.1) - 2024-02-26 #### Features: - Added C++17 [[nodiscard]] support