From 347ed182597c328d8d17c9c0e8fbefe89f19459c Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 Jan 2012 10:00:32 +0000 Subject: [PATCH] Fixed ticket #165: Nacl compatibility --- glm/core/_fixes.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/core/_fixes.hpp b/glm/core/_fixes.hpp index d85ea048..1b4dddaa 100644 --- a/glm/core/_fixes.hpp +++ b/glm/core/_fixes.hpp @@ -26,6 +26,8 @@ /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// +#include + //! Workaround for compatibility with other libraries #ifdef max #undef max