From 630d4495208feb2b95a37f7a00f11d213aeb7e78 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 30 Dec 2020 23:54:10 -0800 Subject: [PATCH] [hal] ErrorsInternal.h: Add stdint.h include --- hal/src/main/native/sim/ErrorsInternal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hal/src/main/native/sim/ErrorsInternal.h b/hal/src/main/native/sim/ErrorsInternal.h index 2afc8745cd..29a36b694a 100644 --- a/hal/src/main/native/sim/ErrorsInternal.h +++ b/hal/src/main/native/sim/ErrorsInternal.h @@ -4,6 +4,8 @@ #pragma once +#include + typedef enum { CTR_OKAY, // No Error - Function executed as expected CTR_RxTimeout, // CAN frame has not been received within specified period of