Skip to content

Commit 61c94cb

Browse files
committed
[tests] fix import warnings in opencl_merge
1 parent 7d927de commit 61c94cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_opencl_merge.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
#include <CL/opencl.hpp>
3434

3535
#include <algorithm>
36-
#include <cinttypes>
36+
#include <cstdint>
3737
#include <iostream>
3838
#include <random>
39-
#include <thread>
4039
#include <vector>
4140

4241
using uint = std::uint32_t;

0 commit comments

Comments
 (0)