Skip to content

Commit 707cef8

Browse files
committed
Add missing clw include.
1 parent 6519027 commit 707cef8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RadeonRays/src/intersector/intersector_skip_links.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ THE SOFTWARE.
3333
#include "executable.h"
3434
#include <algorithm>
3535

36+
#include "../../Calc/src/device_clw.h"
37+
3638
// Preferred work group size for Radeon devices
3739
static int const kWorkGroupSize = 64;
3840

0 commit comments

Comments
 (0)