From e97d905195e417176599a112207669df0e62a052 Mon Sep 17 00:00:00 2001 From: Tyson Grant Nottingham Date: Sun, 13 Jul 2014 15:25:32 -0700 Subject: [PATCH] Fixed missing "#include " for std::move. --- glm/detail/type_mat2x2.hpp | 1 + glm/detail/type_mat2x3.hpp | 1 + glm/detail/type_mat2x4.hpp | 1 + glm/detail/type_mat3x2.hpp | 1 + glm/detail/type_mat3x3.hpp | 1 + glm/detail/type_mat3x4.hpp | 1 + glm/detail/type_mat4x2.hpp | 1 + glm/detail/type_mat4x3.hpp | 1 + glm/detail/type_mat4x4.hpp | 1 + 9 files changed, 9 insertions(+) diff --git a/glm/detail/type_mat2x2.hpp b/glm/detail/type_mat2x2.hpp index e547825e..72f496a6 100644 --- a/glm/detail/type_mat2x2.hpp +++ b/glm/detail/type_mat2x2.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat2x3.hpp b/glm/detail/type_mat2x3.hpp index e9e91883..83aa36f1 100644 --- a/glm/detail/type_mat2x3.hpp +++ b/glm/detail/type_mat2x3.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat2x4.hpp b/glm/detail/type_mat2x4.hpp index 45e0a150..cd181620 100644 --- a/glm/detail/type_mat2x4.hpp +++ b/glm/detail/type_mat2x4.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat3x2.hpp b/glm/detail/type_mat3x2.hpp index 45b98b20..090c0d5e 100644 --- a/glm/detail/type_mat3x2.hpp +++ b/glm/detail/type_mat3x2.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat3x3.hpp b/glm/detail/type_mat3x3.hpp index fa4bb7a2..62d7cf65 100644 --- a/glm/detail/type_mat3x3.hpp +++ b/glm/detail/type_mat3x3.hpp @@ -40,6 +40,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat3x4.hpp b/glm/detail/type_mat3x4.hpp index 7da8a19d..53685fb3 100644 --- a/glm/detail/type_mat3x4.hpp +++ b/glm/detail/type_mat3x4.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat4x2.hpp b/glm/detail/type_mat4x2.hpp index eb826950..7b1f0b27 100644 --- a/glm/detail/type_mat4x2.hpp +++ b/glm/detail/type_mat4x2.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat4x3.hpp b/glm/detail/type_mat4x3.hpp index 636572b3..4d887772 100644 --- a/glm/detail/type_mat4x3.hpp +++ b/glm/detail/type_mat4x3.hpp @@ -41,6 +41,7 @@ #endif #include #include +#include namespace glm{ namespace detail diff --git a/glm/detail/type_mat4x4.hpp b/glm/detail/type_mat4x4.hpp index d5f652bf..27fb6792 100644 --- a/glm/detail/type_mat4x4.hpp +++ b/glm/detail/type_mat4x4.hpp @@ -34,6 +34,7 @@ #include "type_mat.hpp" #include #include +#include namespace glm{ namespace detail