From d6ad421919219a30c019c1d87432ad8db07c1a69 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 20 Feb 2024 09:27:27 -0800 Subject: [PATCH] Add `// IWYU pragma` in newly added file (pybind11/detail/function_record_pyobject.h, google/pywrapcc#30099). --- include/pybind11/detail/function_record_pyobject.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pybind11/detail/function_record_pyobject.h b/include/pybind11/detail/function_record_pyobject.h index 9f59772f..c5877beb 100644 --- a/include/pybind11/detail/function_record_pyobject.h +++ b/include/pybind11/detail/function_record_pyobject.h @@ -4,6 +4,8 @@ // For background see the description of PR google/pywrapcc#30099. +// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h" + #pragma once #include "../attr.h"