Skip to content

Commit

Permalink
Add IWYU pragma: private in detail/value_and_holder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Jul 29, 2024
1 parent 716e5a7 commit a0fca71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pybind11/detail/value_and_holder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0fca71

Please sign in to comment.