From 44a847c4d7d6b15b8b6aada1e1ebf5d1a41ab808 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Mon, 22 Apr 2024 16:29:18 +0200 Subject: [PATCH] Added library refence to allow python binding to cast tuples etc to pair. --- src/python/python.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/python.h b/src/python/python.h index 135f3308..5cf2995f 100644 --- a/src/python/python.h +++ b/src/python/python.h @@ -10,6 +10,9 @@ #include #include #include +#include + + #include #include "py_doc.h"