From 38c25655b7b4e3ab0ab4a806cce1efcf68ab68bd Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 1 Jul 2022 16:39:54 -0700 Subject: [PATCH] Add missing include (discovered via google-internal testing). --- include/pybind11/detail/type_caster_odr_guard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pybind11/detail/type_caster_odr_guard.h b/include/pybind11/detail/type_caster_odr_guard.h index 1be8efef0..97092e0ab 100644 --- a/include/pybind11/detail/type_caster_odr_guard.h +++ b/include/pybind11/detail/type_caster_odr_guard.h @@ -29,6 +29,7 @@ # pragma GCC diagnostic ignored "-Wsubobject-linkage" # endif +# include "../pytypes.h" # include "common.h" # include "descr.h" # include "typeid.h"