From 6390397e6cc18ec2182d257e2e741c5fda5fa8dd Mon Sep 17 00:00:00 2001
From: "se.gorbunov" <se.gorbunov@gsi.de>
Date: Thu, 15 Aug 2024 11:33:27 +0200
Subject: [PATCH] include Vc/Vc with triangular brackets

---
 algo/ca/core/utils/CaSimdVc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/algo/ca/core/utils/CaSimdVc.h b/algo/ca/core/utils/CaSimdVc.h
index a8a1d1e81f..a254dc65b7 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;
-- 
GitLab