Add missing include to vec1

This commit is contained in:
Willy Scheibel 2019-01-11 22:53:29 +01:00 committed by GitHub
parent ef9d65e0c6
commit 1d757f5347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
#include "../vector_relational.hpp" #include "../vector_relational.hpp"
#include "compute_common.hpp" #include "compute_common.hpp"
#include "type_vec1.hpp"
#include "type_vec2.hpp" #include "type_vec2.hpp"
#include "type_vec3.hpp" #include "type_vec3.hpp"
#include "type_vec4.hpp" #include "type_vec4.hpp"