From af100db4697a85522893ebbffbf2de2741988265 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 20 七月 2020 11:13:41 +0800 Subject: [PATCH] update --- include/usgcommon/usg_common.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/include/usgcommon/usg_common.h b/include/usgcommon/usg_common.h index 358fbb3..7bcef86 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,15 +57,20 @@ #include <iostream> #include <fstream> +#include <sstream> #include <string> + #include <cstdlib> #include <atomic> #include <algorithm> #include <iomanip> #include <limits> -#include <map> + #include <initializer_list> #include <vector> +#include <map> +#include <set> + #include <thread> #endif -- Gitblit v1.8.0