blob: 36eb40c61c897e3cfb032ac7094e441f4a6b4eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/device/gamepad/public/cpp/gamepad.h b/device/gamepad/public/cpp/gamepad.h
index 67e793a23..c2ead1bd3 100644
--- a/device/gamepad/public/cpp/gamepad.h
+++ b/device/gamepad/public/cpp/gamepad.h
@@ -7,6 +7,7 @@
#include <stddef.h>
#include <cstdint>
+#include <limits>
#include "base/component_export.h"
#include "base/strings/string16.h"
|