From f681e2127260e6e23fab44990583eadb6ece4f25 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 20 Aug 2022 20:31:35 +0200 Subject: [PATCH] build: Fix MSVC build error --- src/util/file.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/file.hpp b/src/util/file.hpp index c1109f392..ecd0ea77b 100644 --- a/src/util/file.hpp +++ b/src/util/file.hpp @@ -20,6 +20,7 @@ #include +#include #include namespace util { -- 2.47.2