Commit 458702f9 authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

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/+/2280243Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#68662}
parent 448907a3
......@@ -4,6 +4,7 @@
#include "protocol_core.h"
#include <algorithm>
#include <cassert>
#include <string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment