From c9aa27f381228b64254d6713c6edbee9ce7f54c2 Mon Sep 17 00:00:00 2001 From: Yue Yin Date: Wed, 23 Jul 2025 13:02:14 +0900 Subject: [PATCH] Add missing include for bindings (#7) - Added `` --- python/src/openarm_can.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/openarm_can.cpp b/python/src/openarm_can.cpp index 421ab57..9d7ad2f 100644 --- a/python/src/openarm_can.cpp +++ b/python/src/openarm_can.cpp @@ -14,6 +14,7 @@ #include #include +#include // Include the C++ headers #include