mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
subgroups: Add missing algorithm header (#1906)
* Was causing a build error with GN * fill_and_shuffle_safe_values() in subhelpers.cpp calls std::shuffle() * std::shuffle is defined in <algorithm>
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include "subhelpers.h"
|
#include "subhelpers.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <random>
|
#include <random>
|
||||||
|
|
||||||
// Define operator<< for cl_ types, accessing the .s member.
|
// Define operator<< for cl_ types, accessing the .s member.
|
||||||
|
|||||||
Reference in New Issue
Block a user