IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 56 forks source link

Fix build: add missing includes (cstring, cstdint) #153

Closed michalrudowicz closed 2 months ago

michalrudowicz commented 7 months ago

RealSenseID doesn't build on Fedora 39. GCC version: gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6).

This patch adds missing includes.

Pybind11 also seems to lack the required includes, but adding them in RealSenseID solves the issue for now. Related issue: https://github.com/pybind/pybind11/issues/4702

gabime commented 2 months ago

Thanks @michalrudowicz . Was fixed in latest version 0.36.6