summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-22 15:36:48 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-22 15:36:48 +0200
commitb0ff11acf0c857874e518717164eff3ddbabb803 (patch)
tree8d3754380ff5c54a8c929f542949228bf39ae645 /test/performance
parent9afbbc9ef92e2d3427f8de0327daa8f4a134adc0 (diff)
Moved files around a bit; created a utilities subfolder
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 381ba158..4554c67f 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -31,7 +31,7 @@
#endif
#include "clblast.h"
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================