blob: 4ab5ebab6431565ead97ba00cee5e8a5a025f0fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/chrome/test/chromedriver/chrome/web_view_impl.cc b/chrome/test/chromedriver/chrome/web_view_impl.cc
index f726627e8..d5b574ca2 100644
--- a/chrome/test/chromedriver/chrome/web_view_impl.cc
+++ b/chrome/test/chromedriver/chrome/web_view_impl.cc
@@ -5,6 +5,7 @@
#include "chrome/test/chromedriver/chrome/web_view_impl.h"
#include <stddef.h>
+#include <cstring>
#include <algorithm>
#include <memory>
#include <queue>
|