Skip to content

Commit

Permalink
Replace #include "detail/type_caster_base.h" with `#include "detail…
Browse files Browse the repository at this point in the history
…/value_and_holder.h"` in trampoline_self_life_support.h. This was made possible by PR #5251.
  • Loading branch information
rwgk committed Jul 19, 2024
1 parent 08e234d commit e933e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/trampoline_self_life_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "detail/common.h"
#include "detail/smart_holder_poc.h"
#include "detail/type_caster_base.h"
#include "detail/value_and_holder.h"

PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)

Expand Down

0 comments on commit e933e21

Please sign in to comment.