Fixed C++98 build

master
Christophe ago%!(EXTRA string=6 years)
parent 22af215da4
commit a87784c125
  1. 11
      test/ext/ext_scalar_integer.cpp

@ -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…
Cancel
Save