From 70063414dbf2dfb64a2c7ed0d75ad65b1fb213d1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 09 六月 2020 14:43:08 +0800 Subject: [PATCH] udpate --- common/include/usg_common.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/include/usg_common.h b/common/include/usg_common.h index d812eb3..bf70221 100644 --- a/common/include/usg_common.h +++ b/common/include/usg_common.h @@ -27,6 +27,7 @@ #include <sys/stat.h> #include <sys/sem.h> #include <sys/shm.h> +#include <sys/file.h> #include <fcntl.h> #include <sys/mman.h> #include <errno.h> @@ -52,7 +53,9 @@ //c++ header #ifdef __cplusplus + #include <iostream> +#include <fstream> #include <string> #include <cstdlib> #include <atomic> -- Gitblit v1.8.0