blob: 7ae8938e35c49d9895ae77923bc90c69ec3ae60e (
plain) (
tree)
|
|
diff --git a/content/public/browser/hid_chooser.h b/content/public/browser/hid_chooser.h
index d40cf59be..b2b9613cf 100644
--- a/content/public/browser/hid_chooser.h
+++ b/content/public/browser/hid_chooser.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_PUBLIC_BROWSER_HID_CHOOSER_H_
#define CONTENT_PUBLIC_BROWSER_HID_CHOOSER_H_
+#include <vector>
+
#include "base/callback_forward.h"
#include "base/macros.h"
#include "content/common/content_export.h"
|