Index: device/hid/hid_connection_linux.h |
diff --git a/device/hid/hid_connection_linux.h b/device/hid/hid_connection_linux.h |
index 1f32420e4171f5f9ea7b50878f4320c81c97e1eb..bcdb99c1cc7d231b07e2346ce983b1aa4a27dc67 100644 |
--- a/device/hid/hid_connection_linux.h |
+++ b/device/hid/hid_connection_linux.h |
@@ -5,9 +5,13 @@ |
#ifndef DEVICE_HID_HID_CONNECTION_LINUX_H_ |
#define DEVICE_HID_HID_CONNECTION_LINUX_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <queue> |
#include "base/files/file.h" |
+#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
#include "device/hid/hid_connection.h" |