Fixed clang test build

This commit is contained in:
Christophe Riccio 2017-08-16 23:06:34 +02:00
parent 22fe828159
commit cef33d74c5

View File

@ -142,6 +142,7 @@ int main()
std::size_t C1 = sizeof(glm::aligned_vec4);
Error += test_ctor();
Error += test_copy();
return Error;
}