diff --git a/glm/detail/glm.cpp b/glm/detail/glm.cpp index b76ce478..e0755bd6 100644 --- a/glm/detail/glm.cpp +++ b/glm/detail/glm.cpp @@ -1,7 +1,9 @@ /// @ref core /// @file glm/glm.cpp +#ifndef GLM_ENABLE_EXPERIMENTAL #define GLM_ENABLE_EXPERIMENTAL +#endif #include #include #include