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:
rafaykhurram
2024-03-07 06:34:16 -06:00
committed by GitHub
parent e0a31a03fc
commit 26c89df31b

View File

@@ -16,6 +16,7 @@
#include "subhelpers.h"
#include <algorithm>
#include <random>
// Define operator<< for cl_ types, accessing the .s member.