summaryrefslogtreecommitdiff
path: root/src/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-01-24 09:10:35 +0100
committerGitHub <noreply@github.com>2017-01-24 09:10:35 +0100
commite943fe77d64f42ed1e57c9919de8ca6787760f2b (patch)
tree9da420f6259d2e7a5aafffd530d6a84dea8402e3 /src/routines
parent2e4f6e16098d36d0572769a1092d1e54cdb6d4ea (diff)
parent46a59eb8821e3c92db7be347fca099405246d9ec (diff)
Merge pull request #131 from intelfx/misc
Assorted minor fixes
Diffstat (limited to 'src/routines')
-rw-r--r--src/routines/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/common.hpp b/src/routines/common.hpp
index 53ca6355..7c211c0d 100644
--- a/src/routines/common.hpp
+++ b/src/routines/common.hpp
@@ -19,8 +19,8 @@
#include <string>
#include <vector>
-#include "clblast.h"
#include "clpp11.hpp"
+#include "clblast.h"
#include "database/database.hpp"
namespace clblast {