Index: content/browser/gamepad/gamepad_standard_mappings_mac.mm |
diff --git a/content/browser/gamepad/gamepad_standard_mappings_mac.mm b/content/browser/gamepad/gamepad_standard_mappings_mac.mm |
index 5e01560820d795be4bdf4729f905d788ec2e35e1..2d3be550c97a389553c852075ea660d0395b704c 100644 |
--- a/content/browser/gamepad/gamepad_standard_mappings_mac.mm |
+++ b/content/browser/gamepad/gamepad_standard_mappings_mac.mm |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+ |
+#include "base/macros.h" |
#include "content/browser/gamepad/gamepad_standard_mappings.h" |
namespace content { |