Improved int64 type for C99 support

This commit is contained in:
Christophe Riccio
2011-09-19 17:49:47 +01:00
parent aa92c76da2
commit d868e52275
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,9 @@
#include "setup.hpp"
#include <cassert>
#if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))
#include <cstdint>
#endif
namespace glm{
namespace detail