From 3ec9a338a7cefd5cc751c9d29095cafa4c73be20 Mon Sep 17 00:00:00 2001 From: backlabs1 Date: Thu, 25 Jan 2024 05:47:17 +0000 Subject: [PATCH] Add missing `#include ` in _FindFirst.h See --- Source/Utils/_FindFirst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Utils/_FindFirst.h b/Source/Utils/_FindFirst.h index a326423c2..501ce6432 100644 --- a/Source/Utils/_FindFirst.h +++ b/Source/Utils/_FindFirst.h @@ -10,6 +10,7 @@ #include #include +#include #define _A_NORMAL 0x00 // Normal file #define _A_RDONLY 0x01 // Read-only file