Merge pull request #856 from scheibel/patch-1

Add missing include to vec1 #856
This commit is contained in:
Christophe 2019-01-15 20:43:44 +01:00 committed by GitHub
commit 8cd6db11cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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