summaryrefslogtreecommitdiff
path: root/src/utilities/buffer_test.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-12 12:20:43 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-12 12:20:43 +0200
commitcc5b4754250b3c03b9b0f8d72f32d1eacac15b18 (patch)
tree747a5ad136f708de3559c061243e5f31bc17977a /src/utilities/buffer_test.hpp
parentb901809345848b44442c787380b13db5e5156df0 (diff)
CUDA API now takes context and device in instead of stream
Diffstat (limited to 'src/utilities/buffer_test.hpp')
-rw-r--r--src/utilities/buffer_test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities/buffer_test.hpp b/src/utilities/buffer_test.hpp
index a5b6be4b..fd071434 100644
--- a/src/utilities/buffer_test.hpp
+++ b/src/utilities/buffer_test.hpp
@@ -15,7 +15,7 @@
#ifndef CLBLAST_BUFFER_TEST_H_
#define CLBLAST_BUFFER_TEST_H_
-#include "utilities/utilities.hpp
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================