Fixed namespace access

master
Christophe Riccio ago%!(EXTRA string=15 years)
parent 945ebc6819
commit 39a4ee0455
  1. 2
      glm/gtx/comparison.hpp

@ -42,6 +42,6 @@ namespace glm
#include "comparison.inl"
namespace glm{using namespace gtx::comparison;}
using namespace glm::gtx::comparison;
#endif//glm_gtx_comparison

Loading…
Cancel
Save