Commit 408bded3 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Commit Bot

ListContainerHelper: Include <cstring> for memcpy()

IWYU. This fixes the libstdc++ build after commit 41989bd8 ("Remove/replace
unnecessary logging.h includes in .cc files (cc)").

Bug: 957519
Change-Id: I1e782e8310ca548947b2d541af6a2159d928d1f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218090Reviewed-by: default avatarvmpstr <vmpstr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Cr-Commit-Position: refs/heads/master@{#772267}
parent 61a97364
......@@ -7,6 +7,7 @@
#include <stddef.h>
#include <algorithm>
#include <cstring>
#include <vector>
#include "base/check_op.h"
......
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