From c1a1287b89385d909b58f519ec401073a6287292 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 9 Jan 2025 17:08:46 -0300 Subject: [PATCH] Add missing header to use std::find() --- base/fs_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/base/fs_tests.cpp b/base/fs_tests.cpp index 79d2e36a1..13fa67e99 100644 --- a/base/fs_tests.cpp +++ b/base/fs_tests.cpp @@ -10,6 +10,7 @@ #include "base/file_content.h" #include "base/fs.h" +#include #include #if !LAF_MACOS