aboutsummaryrefslogtreecommitdiff
path: root/src/fastopenblas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastopenblas.h')
-rw-r--r--src/fastopenblas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastopenblas.h b/src/fastopenblas.h
index 826fe6e..969a2e0 100644
--- a/src/fastopenblas.h
+++ b/src/fastopenblas.h
@@ -20,3 +20,5 @@ void fast_cblas_dgemm(const enum CBLAS_ORDER Order,
const double beta,
double *C,
const size_t ldc);
+
+#endif // __FASTOPENBLAS_H_