Include algorithm to use std::lower_bound

Fix GCC build because of missing header:

template argument deduction/substitution failed:
../../third_party/inspector_protocol/crdtp/protocol_core.cc:123:8: note:   candidate expects 3 arguments, 4 provided
       });

Change-Id: If977c6afc3f20c2faf40e02672b04e9679c1fda7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280243
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#68662}
This commit is contained in:
Milad Farazmand 2020-07-02 18:30:17 +00:00 committed by Commit Bot
parent 448907a30b
commit 458702f95a

View File

@ -4,6 +4,7 @@
#include "protocol_core.h"
#include <algorithm>
#include <cassert>
#include <string>