From: Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics Date: Mon, 19 Jun 2023 21:12:17 +0000 (+0300) Subject: Add missing header for uint16_t (#53) X-Git-Tag: accepted/tizen/7.0/unified/20230620.164240^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3dcbf404ebb90baa1b941bc6dace22490ed42c6;p=sdk%2Ftools%2Fcoreprofiler.git Add missing header for uint16_t (#53) --- 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.