Skip to content

Commit

Permalink
Add Python.h to #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 31, 2024
1 parent f9cf5cf commit 83ec2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pybind11/cucim_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <fmt/format.h>
#include <fmt/ranges.h>
#include <Python.h>
#include <pybind11/buffer_info.h>
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
Expand Down

0 comments on commit 83ec2c7

Please sign in to comment.