summaryrefslogtreecommitdiff
path: root/src/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-10 20:37:45 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-10 20:37:45 +0200
commitfcac81bfef1ebe460a99dc0465a0768ede525f1a (patch)
treed5ad5201da03b385a71d7795c6351ffb044d2b7a /src/utilities.hpp
parent39afc9543b5d255ac140fb2529a0332813bab39a (diff)
First fixes towards compilation on Visual Studio 2013
Diffstat (limited to 'src/utilities.hpp')
-rw-r--r--src/utilities.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utilities.hpp b/src/utilities.hpp
index 71bfc1af..02dda069 100644
--- a/src/utilities.hpp
+++ b/src/utilities.hpp
@@ -25,6 +25,10 @@
#include "clblast_half.h"
#include "clpp11.hpp"
+#ifdef _MSC_VER
+ #include "msvc.hpp"
+#endif
+
namespace clblast {
// =================================================================================================