From ef107793506861eeef2f4bbbcc7637a4f3e137e3 Mon Sep 17 00:00:00 2001 From: gaosix Date: Fri, 5 Jul 2024 12:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9raw=5Ffile.h=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BE=9D=E8=B5=96=E4=B8=BAC=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaosix --- global/resource_management/include/rawfile/raw_file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global/resource_management/include/rawfile/raw_file.h b/global/resource_management/include/rawfile/raw_file.h index 85eb3c545..37729c541 100644 --- a/global/resource_management/include/rawfile/raw_file.h +++ b/global/resource_management/include/rawfile/raw_file.h @@ -38,7 +38,8 @@ #ifndef GLOBAL_RAW_FILE_H #define GLOBAL_RAW_FILE_H -#include +#include +#include #ifdef __cplusplus extern "C" { -- Gitee