From fb469842598da834a33f2d5fee223d07dab53dad Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 16 七月 2020 12:12:20 +0800 Subject: [PATCH] update --- include/usgcommon/usg_common.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/usgcommon/usg_common.h b/include/usgcommon/usg_common.h index 358fbb3..ad509ed 100644 --- a/include/usgcommon/usg_common.h +++ b/include/usgcommon/usg_common.h @@ -43,6 +43,7 @@ * define int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t */ #include <stdint.h> +#include <assert.h> #ifdef __cplusplus } @@ -56,6 +57,7 @@ #include <iostream> #include <fstream> +#include <sstream> #include <string> #include <cstdlib> #include <atomic> -- Gitblit v1.8.0