summaryrefslogtreecommitdiff
path: root/samples/sgemm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'samples/sgemm.cc')
-rw-r--r--samples/sgemm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/sgemm.cc b/samples/sgemm.cc
index f4015278..8f33b6ad 100644
--- a/samples/sgemm.cc
+++ b/samples/sgemm.cc
@@ -22,7 +22,7 @@
// Includes the C++ OpenCL API. If not yet available, it can be found here:
// https://www.khronos.org/registry/cl/api/1.1/cl.hpp
-#include <cl.hpp>
+#include <CL/cl.hpp>
// Includes the CLBlast library
#include <clblast.h>