diff --git a/algo/ca/core/utils/CaSimdVc.h b/algo/ca/core/utils/CaSimdVc.h index a8a1d1e81f35ccd26d38e08ee4bf823744c0af01..a254dc65b786437e594e20fa0f0481cf7d0f82bd 100644 --- a/algo/ca/core/utils/CaSimdVc.h +++ b/algo/ca/core/utils/CaSimdVc.h @@ -4,12 +4,12 @@ #pragma once // include this header only once per compilation unit -#include "Vc/Vc" - #include <boost/serialization/access.hpp> #include <boost/serialization/array.hpp> #include <boost/serialization/split_free.hpp> +#include <Vc/Vc> + namespace cbm::algo::ca { typedef Vc::float_v fvec;