From a3dcbf404ebb90baa1b941bc6dace22490ed42c6 Mon Sep 17 00:00:00 2001 From: Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics Date: Tue, 20 Jun 2023 00:12:17 +0300 Subject: [PATCH] Add missing header for uint16_t (#53) --- src/config/tracelogconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/tracelogconfig.h b/src/config/tracelogconfig.h index 94de1ca..aa6aed9 100644 --- a/src/config/tracelogconfig.h +++ b/src/config/tracelogconfig.h @@ -19,6 +19,7 @@ #include #include +#include // // The TraceLogConfig structure describes configuration of the TraceLog. -- 2.34.1