Fixed missing include for std::find_if.

Throws an error when compiling on Windows.

Change-Id: Ieb34c00cf199aaa1b45a440086c48b8ed363b3c7
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5137658
Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
Nathan Moinvaziri 2023-12-19 14:35:05 -08:00 committed by Ivan Penkov
parent ed1d564c9e
commit 898a997855

View file

@ -42,6 +42,7 @@
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <functional>
#include <iostream>
#include <memory>