From bf17db04a093ca277c421ea7d24fe2a050963dca Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 10 六月 2020 18:25:38 +0800 Subject: [PATCH] version 1 --- 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