Update gemm64.cpp
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 15 Aug 2020 11:31:28 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 11:31:28 +0000 (13:31 +0200)
cpp_thread_test/gemm64.cpp

index 2c3442a..df38416 100644 (file)
@@ -1,5 +1,6 @@
 #include <iostream>
-#include <cblas.h>
+#include "common.h"
+#include "cblas.h"
 int main ( int argc, char* argv[] ) {
     const long n = ((long)1 << 31) - 1;
     std::cout << n <<std::endl;