Skip to content

Commit

Permalink
Added include of memory in traversable_base to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DoeringChristian committed Sep 27, 2024
1 parent 643c7a4 commit a4632c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/drjit/traversable_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "nanobind/intrusive/ref.h"
#include <drjit-core/jit.h>
#include <drjit/map.h>
#include <memory>
#include <type_traits>
#include <vector>

Expand Down

0 comments on commit a4632c1

Please sign in to comment.