Skip to content

Commit f8df502

Browse files
committed
add missing includes
1 parent 006d045 commit f8df502

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

samples/17_concurrentdispatch/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
#include <CL/opencl.hpp>
1010

11+
#include <chrono>
12+
#include <vector>
13+
1114
#include "util.hpp"
1215

1316
// TODO: clean this up once support is in the upstream headers.

0 commit comments

Comments
 (0)