Skip to content

Commit

Permalink
Merge pull request #344 from bacpop/add-cstdint
Browse files Browse the repository at this point in the history
Add cstdint include for improved type support in Python bindings
  • Loading branch information
johnlees authored Jan 10, 2025
2 parents 21c0fcc + 84338f6 commit 7459bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Python bindings for PopPUNK C++ functions
*
*/

#include <cstdint>
// pybind11 headers
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
Expand Down

0 comments on commit 7459bb1

Please sign in to comment.