From 4bca193ee13435fe5111bfe84add582df1a9ce79 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 25 Dec 2020 01:05:44 -0800 Subject: [PATCH] FileSystem: Include for PATH_MAX --- src/common/file_system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/file_system.cpp b/src/common/file_system.cpp index d6a6dc816..6a24732b8 100644 --- a/src/common/file_system.cpp +++ b/src/common/file_system.cpp @@ -19,6 +19,7 @@ #else #include #include +#include #include #include #include