From b41909bc87ea391ec42f00dad06285446ab364ee Mon Sep 17 00:00:00 2001
From: Guilherme Amadio <amadio@cern.ch>
Date: Tue, 8 May 2018 15:30:16 +0200
Subject: [PATCH] Include Vc without going through VecCore in testGenvectorVc

---
 test/testGenVectorVc.cxx | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/testGenVectorVc.cxx b/test/testGenVectorVc.cxx
index afd94b8cbf7..a4eab0926b9 100644
--- a/test/testGenVectorVc.cxx
+++ b/test/testGenVectorVc.cxx
@@ -1,11 +1,16 @@
 // ROOT
-#include "Math/Types.h"
 #include "Math/GenVector/PositionVector3D.h"
 #include "Math/GenVector/DisplacementVector3D.h"
 #include "Math/GenVector/Plane3D.h"
 #include "Math/GenVector/Transform3D.h"
 #include "TStopwatch.h"
 
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wall"
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+#include <Vc/Vc>
+#pragma GCC diagnostic pop
+
 // STL
 #include <random>
 #include <vector>
-- 
GitLab