Skip to content

Commit 38c2565

Browse files
committed
Add missing include (discovered via google-internal testing).
1 parent 9ba32bd commit 38c2565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/pybind11/detail/type_caster_odr_guard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# pragma GCC diagnostic ignored "-Wsubobject-linkage"
3030
# endif
3131

32+
# include "../pytypes.h"
3233
# include "common.h"
3334
# include "descr.h"
3435
# include "typeid.h"

0 commit comments

Comments
 (0)