Include correct python.h

This commit is contained in:
Maarten L. Hekkelman
2025-05-14 17:05:42 +02:00
parent 774eb1efa5
commit b6f74fbead

View File

@@ -1,5 +1,5 @@
#include <boost/python.hpp>
#include <python3.11/Python.h>
#include <Python.h>
#include <dssp.hpp>