From cd0498e04a8a9d31d0c34fe0aa4219ffdfa35795 Mon Sep 17 00:00:00 2001 From: "Mo, Shucong (Allen)" Date: Wed, 9 Jul 2025 17:33:21 +0800 Subject: [PATCH] Include stdint.h to fix the uint8_t and uint16_t type missing error --- simulate/src/joystick/jstest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/simulate/src/joystick/jstest.cc b/simulate/src/joystick/jstest.cc index 47f8d1cc..061797f4 100755 --- a/simulate/src/joystick/jstest.cc +++ b/simulate/src/joystick/jstest.cc @@ -1,3 +1,4 @@ +#include #include #include #include