From 1a1e863ab305faadfad8a20c4ff7875b6300592b Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Sat, 26 Nov 2016 13:42:18 +0300 Subject: treewide: include clpp11.hpp first to silence deprecation warnings Otherwise, cl.h gets included through clblast.h before clpp11.hpp. --- test/correctness/tester.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/correctness') diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp index d8462cef..113f03ef 100644 --- a/test/correctness/tester.hpp +++ b/test/correctness/tester.hpp @@ -22,14 +22,14 @@ #include #include +#include "utilities/utilities.hpp" + // The libraries #ifdef CLBLAST_REF_CLBLAS #include #endif #include "clblast.h" -#include "utilities/utilities.hpp" - namespace clblast { // ================================================================================================= -- cgit v1.2.3