Skip to content
Snippets Groups Projects
Commit 6390397e authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

include Vc/Vc with triangular brackets

parent a5ad39e6
No related branches found
Tags dev_2024_33
1 merge request!1901CA: minor: include <Vc/Vc> with triangular brackets <>
Pipeline #30798 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment