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:
parent
ed1d564c9e
commit
898a997855
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue