summaryrefslogtreecommitdiff
path: root/test/routines/level3/xtrsm_data.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-03-04 20:45:39 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-03-04 20:45:39 +0100
commit37228c90988509acef9e8a892a752300b7645210 (patch)
treeb75eb668d47a3ba4eabb8122205f11d3f3bc8bfa /test/routines/level3/xtrsm_data.hpp
parente9ef037549e19a1e8ec6c40155227c2dd7cf0cd6 (diff)
Fixed a missing include for the tests
Diffstat (limited to 'test/routines/level3/xtrsm_data.hpp')
-rw-r--r--test/routines/level3/xtrsm_data.hpp1
1 files changed, 1 insertions, 0 deletions
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"