| // Copyright (c) 2025 The Pybind Development Team. | |
| // All rights reserved. Use of this source code is governed by a | |
| // BSD-style license that can be found in the LICENSE file. | |
| #if !defined(PYBIND11_PRECOMPILED) | |
| # error "pybind11 library sources must be compiled with PYBIND11_PRECOMPILED defined." | |
| #endif | |
| #include <pybind11/detail/class-inl.h> | |
| #include <pybind11/pybind11.h> |