Skip to content

Commit d6ad421

Browse files
committed
Add // IWYU pragma in newly added file (pybind11/detail/function_record_pyobject.h, google#30099).
1 parent 40af970 commit d6ad421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/pybind11/detail/function_record_pyobject.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
// For background see the description of PR google/pywrapcc#30099.
66

7+
// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h"
8+
79
#pragma once
810

911
#include "../attr.h"

0 commit comments

Comments
 (0)