Skip to content
Snippets Groups Projects

CA: minor: include <Vc/Vc> with triangular brackets <>

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:Vc into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading