Add missing header for uint16_t (#53) accepted/tizen_unified_dev accepted/tizen/7.0/unified/20230620.164240 accepted/tizen/unified/20230621.023226 accepted/tizen/unified/dev/20230726.115423
authorAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Mon, 19 Jun 2023 21:12:17 +0000 (00:12 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 19 Jun 2023 21:12:17 +0000 (06:12 +0900)
src/config/tracelogconfig.h

index 94de1ca..aa6aed9 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 #include <string>
+#include <cstdint>
 
 //
 // The TraceLogConfig structure describes configuration of the TraceLog.