25 lines
744 B
Diff
25 lines
744 B
Diff
From a5b2ee9dd7dfb186e26ec6c0c06c2ae1a9d27195 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Sat, 18 Jul 2020 14:15:50 +0000
|
|
Subject: [PATCH] IWYU: memcpy is defined in cstring
|
|
|
|
---
|
|
third_party/nearby/src/cpp/platform_v2/base/byte_array.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/third_party/nearby/src/cpp/platform_v2/base/byte_array.h b/third_party/nearby/src/cpp/platform_v2/base/byte_array.h
|
|
index ee5d0eb..4b1d79b 100644
|
|
--- third_party/nearby/src/cpp/platform_v2/base/byte_array.h
|
|
+++ third_party/nearby/src/cpp/platform_v2/base/byte_array.h
|
|
@@ -17,6 +17,7 @@
|
|
|
|
#include <array>
|
|
#include <cstdint>
|
|
+#include <cstring>
|
|
#include <string>
|
|
#include <type_traits>
|
|
#include <utility>
|
|
--
|
|
2.26.2
|
|
|