mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Fixed C++98 build
This commit is contained in:
parent
22af215da4
commit
a87784c125
@ -4,6 +4,8 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#if GLM_LANG & GLM_LANG_CXX11_FLAG
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
namespace isPowerOfTwo
|
namespace isPowerOfTwo
|
||||||
@ -673,3 +675,12 @@ int main()
|
|||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user