From 212d343d5f6bc7039858e9bbeeab037bfeb2728b Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 14 Jul 2016 16:38:08 +0200 Subject: [PATCH] Reduce included code --- glm/gtx/norm.hpp | 2 +- glm/gtx/norm.inl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/glm/gtx/norm.hpp b/glm/gtx/norm.hpp index 2bcc0072..209ca644 100644 --- a/glm/gtx/norm.hpp +++ b/glm/gtx/norm.hpp @@ -14,7 +14,7 @@ #pragma once // Dependency: -#include "../glm.hpp" +#include "../detail/func_geometric.hpp" #include "../gtx/quaternion.hpp" #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) diff --git a/glm/gtx/norm.inl b/glm/gtx/norm.inl index f8c351bf..20954ec7 100644 --- a/glm/gtx/norm.inl +++ b/glm/gtx/norm.inl @@ -1,6 +1,8 @@ /// @ref gtx_norm /// @file glm/gtx/norm.inl +#include "../detail/precision.hpp" + namespace glm{ namespace detail {