summaryrefslogtreecommitdiff
path: root/src/clblast_c.cpp
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2016-11-26 13:42:18 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2017-01-20 17:32:42 +0300
commit1a1e863ab305faadfad8a20c4ff7875b6300592b (patch)
treecd10e33c055a7da67fb77eb7ba966d44df5e887b /src/clblast_c.cpp
parent43c7707173434da61ff83dbc79956c9b192bcecf (diff)
treewide: include clpp11.hpp first to silence deprecation warnings
Otherwise, cl.h gets included through clblast.h before clpp11.hpp.
Diffstat (limited to 'src/clblast_c.cpp')
-rw-r--r--src/clblast_c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clblast_c.cpp b/src/clblast_c.cpp
index 59e4cd16..e4f2b3ed 100644
--- a/src/clblast_c.cpp
+++ b/src/clblast_c.cpp
@@ -13,9 +13,9 @@
#include <string>
+#include "utilities/utilities.hpp"
#include "clblast_c.h"
#include "clblast.h"
-#include "utilities/utilities.hpp"
// Shortcuts to the clblast namespace
using float2 = clblast::float2;