Skip to content

Commit 037ebbb

Browse files
Fixing windows compilation bugs
1 parent 1d5f2d3 commit 037ebbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/drjit/custom.h

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <nanobind/intrusive/counter.h>
2222
#include <nanobind/intrusive/ref.h>
23+
#include <drjit/traversable_base.h>
2324

2425
NAMESPACE_BEGIN(drjit)
2526
NAMESPACE_BEGIN(detail)

include/drjit/traversable_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ NAMESPACE_END(detail)
7777
* in the function ``drjit::registry_put`` that takes a ``TraversableBase`` for
7878
* the pointer argument.
7979
*/
80-
struct DRJIT_EXPORT TraversableBase : public nanobind::intrusive_base {
80+
struct DRJIT_EXTRA_EXPORT TraversableBase : public nanobind::intrusive_base {
8181
/**
8282
* \brief Traverse all jit arrays in this c++ object. For every jit
8383
* variable, the callback should be called, with the provided payload

0 commit comments

Comments
 (0)