Add missing header to test.

This commit is contained in:
Allison Piper
2025-03-12 15:00:10 -04:00
parent 0e8089a246
commit 4d7b3e8100

View File

@@ -22,9 +22,10 @@
#include "test_asserts.cuh"
#include <vector>
#include <random>
#include <algorithm>
#include <numeric>
#include <random>
#include <vector>
void test_const()
{