update service/src/session/src/channel/src/softbus/softbus_connection.cpp.

使用C++标准头文件代替C标准头文件

Signed-off-by: LongestDistance <cdwango@isoftstone.com>
This commit is contained in:
LongestDistance 2024-11-19 03:04:01 +00:00 committed by Gitee
parent 2d8eb471c2
commit 3a5510d653
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -23,7 +23,7 @@
#include <numeric>
#include <random>
#include <thread>
#include <inttypes.h>
#include <cinttypes>
#include "cast_device_data_manager.h"
#include "cast_engine_log.h"