Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lumurillo committed Nov 19, 2024
1 parent b2689cb commit 239ccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/open3d/t/geometry/RaycastingScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#endif
#include "open3d/t/geometry/RaycastingScene.h"

// This header is in the embree src dir (embree/src/ext_embree/..).
#ifdef BUILD_SYCL_MODULE
#include <sycl/sycl.hpp>
#endif
// This header is in the embree src dir (embree/src/ext_embree/..).
#include <embree4/rtcore.h>
#include <tbb/parallel_for.h>

Expand Down

0 comments on commit 239ccf8

Please sign in to comment.