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