summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/routines/level3/xtrsm.hpp2
-rw-r--r--test/routines/level3/xtrsm_data.hpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/routines/level3/xtrsm.hpp b/test/routines/level3/xtrsm.hpp
index 0da4189d..a70ef03f 100644
--- a/test/routines/level3/xtrsm.hpp
+++ b/test/routines/level3/xtrsm.hpp
@@ -76,7 +76,7 @@ class TestXtrsm {
static Transposes GetBTransposes(const Transposes &) { return {}; } // N/A for this routine
// Describes how to prepare the input data
- static void PrepareData(const Arguments<T> &args, Queue &queue, const int seed,
+ static void PrepareData(const Arguments<T> &args, Queue&, const int seed,
std::vector<T>&, std::vector<T>&,
std::vector<T>& a_source_, std::vector<T>& b_source_, std::vector<T>&,
std::vector<T>&, std::vector<T>&) {
diff --git a/test/routines/level3/xtrsm_data.hpp b/test/routines/level3/xtrsm_data.hpp
index 21083fe9..9392b6b9 100644
--- a/test/routines/level3/xtrsm_data.hpp
+++ b/test/routines/level3/xtrsm_data.hpp
@@ -17,6 +17,7 @@
#include <vector>
#include <string>
+#include <random>
#include "utilities/utilities.hpp"