Skip to content

Commit

Permalink
fix python binding build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Oct 29, 2024
1 parent 9ddb9dd commit ac5dd00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/luisa/runtime/rtx/accel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <luisa/core/spin_mutex.h>
#include <luisa/core/basic_types.h>
#include <luisa/core/stl/unordered_map.h>
#include <luisa/runtime/rhi/resource.h>
#include <luisa/runtime/rhi/command.h>

namespace luisa::compute {

Expand Down
4 changes: 3 additions & 1 deletion include/luisa/runtime/rtx/curve.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#pragma once

#include <luisa/runtime/rhi/curve_basis.h>
#include <luisa/runtime/rhi/resource.h>
#include <luisa/runtime/rhi/command.h>
#include <luisa/runtime/device.h>
#include <luisa/runtime/buffer.h>
#include <luisa/runtime/rhi/curve_basis.h>

namespace luisa::compute {

Expand Down
4 changes: 3 additions & 1 deletion include/luisa/runtime/rtx/mesh.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#pragma once

#include <luisa/runtime/rtx/triangle.h>
#include <luisa/runtime/rhi/resource.h>
#include <luisa/runtime/rhi/command.h>
#include <luisa/runtime/device.h>
#include <luisa/runtime/buffer.h>
#include <luisa/runtime/rtx/triangle.h>

namespace luisa::compute {

Expand Down

0 comments on commit ac5dd00

Please sign in to comment.