Bindings: Python: Fix Device RTC functions

pull/64/head^2
Kyle Schwarz 2024-12-04 12:31:06 -05:00
parent 38a4af8062
commit 4f83614037
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/functional.h>
#include <pybind11/chrono.h>
#include "icsneo/device/device.h"