From cfb08c342eee277357409b154721e939b34f56cc Mon Sep 17 00:00:00 2001 From: Joan Karadimov Date: Fri, 22 Oct 2021 01:19:27 +0300 Subject: [PATCH] refactor: include a missing header in fs.cpp ... needed for std::numeric_limits::max on WIN32 Github-Pull: #23335 Rebased-From: 077a875d94b51e3c87381133657be98989c8643e --- src/fs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs.cpp b/src/fs.cpp index 3aba47976c9..5e1d7af7ab1 100644 --- a/src/fs.cpp +++ b/src/fs.cpp @@ -16,6 +16,7 @@ #define NOMINMAX #endif #include +#include #include #endif