Skip to content

Commit

Permalink
Add // IWYU pragma in cpp_conduit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Sep 1, 2024
1 parent 5d1d3b1 commit 1c82066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pybind11/detail/cpp_conduit.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) 2024 The pybind Community.

// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h"

#pragma once

#include <pybind11/pytypes.h>
Expand Down

0 comments on commit 1c82066

Please sign in to comment.