summaryrefslogtreecommitdiff
path: root/src/database/database_structure.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-27 12:04:22 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-27 12:04:22 +0100
commit1e738db6dd84d552550a15473abdda83e88f4c80 (patch)
tree44bd0c99699ed66203348fd1401e3b5bb3497eee /src/database/database_structure.hpp
parent4a2fc4aa989ce84dc476cf9508adb676a042896b (diff)
Split the database into multiple small compilation units
Diffstat (limited to 'src/database/database_structure.hpp')
-rw-r--r--src/database/database_structure.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/database/database_structure.hpp b/src/database/database_structure.hpp
index 176fc556..663b69ce 100644
--- a/src/database/database_structure.hpp
+++ b/src/database/database_structure.hpp
@@ -19,6 +19,13 @@
#include <vector>
#include <map>
+// Just needed for 'Precision'
+#ifdef OPENCL_API
+ #include "clblast.h"
+#elif CUDA_API
+ #include "clblast_cuda.h"
+#endif
+
namespace clblast {
// A special namespace to hold all the global constant variables (including the database entries)
namespace database {