From a0fca7102a3e8f3713a97b48fd73f52531bf2f26 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 28 Jul 2024 18:36:05 -0700 Subject: [PATCH] Add `IWYU pragma: private` in detail/value_and_holder.h --- include/pybind11/detail/value_and_holder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pybind11/detail/value_and_holder.h b/include/pybind11/detail/value_and_holder.h index ca37d70a..1aebb8d2 100644 --- a/include/pybind11/detail/value_and_holder.h +++ b/include/pybind11/detail/value_and_holder.h @@ -2,6 +2,8 @@ // All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. +// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h" + #pragma once #include "common.h"