Skip to content

Commit c53facc

Browse files
committed
updated header file
1 parent d40261c commit c53facc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Libraries/oneMKL/random_sampling_without_replacement/lottery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*******************************************************************************/
1414

1515
#include <iostream>
16-
#include <unordered_set>
16+
#include <algorithm>
1717

1818
#include <sycl/sycl.hpp>
1919
#include "oneapi/mkl.hpp"

Libraries/oneMKL/random_sampling_without_replacement/lottery_device_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*******************************************************************************/
1414

1515
#include <iostream>
16-
#include <unordered_set>
16+
#include <algorithm>
1717

1818
#include <sycl/sycl.hpp>
1919
#include "oneapi/mkl/rng/device.hpp"

Libraries/oneMKL/random_sampling_without_replacement/lottery_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*******************************************************************************/
1414

1515
#include <iostream>
16-
#include <unordered_set>
16+
#include <algorithm>
1717

1818
#include <sycl/sycl.hpp>
1919
#include "oneapi/mkl.hpp"

0 commit comments

Comments
 (0)