zhoulongyu; 添加头文件<cstdlib>,解决变异报错

This commit is contained in:
ZhouLongYu 2023-11-27 23:38:41 +08:00
parent bd3f58213f
commit 69c3de538f

View File

@ -14,6 +14,7 @@
*/
#include "UartDeviceImpl.h"
#include "ILog.h"
#include <cstdlib>
#include <cstring>
#include <errno.h>
#include <fcntl.h>