Skip to content

Commit 886050b

Browse files
committed
Add missing header to test.
1 parent dee9400 commit 886050b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

testing/stdrel_criterion.cu

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
#include "test_asserts.cuh"
2424

25-
#include <vector>
26-
#include <random>
25+
#include <algorithm>
2726
#include <numeric>
27+
#include <random>
28+
#include <vector>
2829

2930
void test_const()
3031
{

0 commit comments

Comments
 (0)