From 8b15cf27f692598de03c77dcfed18af5963030e0 Mon Sep 17 00:00:00 2001 From: sun <54904628@qq.com> Date: Sat, 6 Jul 2019 17:28:31 +0800 Subject: [PATCH] fix a header file inclusion error that reports getcwd function not found when compile the code --- Include/Fs/Path.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/Fs/Path.h b/Include/Fs/Path.h index 0ad7207..565c7f6 100644 --- a/Include/Fs/Path.h +++ b/Include/Fs/Path.h @@ -19,6 +19,7 @@ #ifndef PATH_H__ #define PATH_H__ +#include #include using namespace std;