From 1c820661832a15e2fadd44b4bccecb88bead2f15 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 30 Aug 2024 23:58:01 -0700 Subject: [PATCH] Add `// IWYU pragma` in cpp_conduit.h --- include/pybind11/detail/cpp_conduit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pybind11/detail/cpp_conduit.h b/include/pybind11/detail/cpp_conduit.h index 70843753..b1ccd31c 100644 --- a/include/pybind11/detail/cpp_conduit.h +++ b/include/pybind11/detail/cpp_conduit.h @@ -1,5 +1,7 @@ // Copyright (c) 2024 The pybind Community. +// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h" + #pragma once #include