From 3edf495acd9f173e66af5b37732ddd960e029fc7 Mon Sep 17 00:00:00 2001 From: ssg1002 Date: Wed, 5 Jun 2024 14:54:15 +0200 Subject: [PATCH] include cstdint for types used in auto_tick_count.h --- libhesai/include/auto_tick_count.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libhesai/include/auto_tick_count.h b/libhesai/include/auto_tick_count.h index 784e5cd..7a51a9d 100644 --- a/libhesai/include/auto_tick_count.h +++ b/libhesai/include/auto_tick_count.h @@ -34,6 +34,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include namespace hesai { namespace lidar