Skip to content

Commit

Permalink
Add // IWYU pragma in newly added file (pybind11/detail/function_re…
Browse files Browse the repository at this point in the history
…cord_pyobject.h, google#30099).
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Feb 20, 2024
1 parent 40af970 commit d6ad421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pybind11/detail/function_record_pyobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d6ad421

Please sign in to comment.