blob: 9ac745aff206455d50b284f8698e164c2c84ecb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/base/check_op.h b/base/check_op.h
index 4816df4e8..0087dfe40 100644
--- a/base/check_op.h
+++ b/base/check_op.h
@@ -6,6 +6,7 @@
#define BASE_CHECK_OP_H_
#include <cstddef>
+#include <cstring>
#include <type_traits>
#include "base/check.h"
|