mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 01:15:52 +00:00
Replace #include "detail/type_caster_base.h"
with #include "detail/value_and_holder.h"
in trampoline_self_life_support.h. This was made possible by PR #5251.
This commit is contained in:
parent
08e234d810
commit
e933e21e77
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user