blob: 91d92deff520433b2d2d020b27435b21c081cc11 (
plain) (
tree)
|
|
diff --git a/chrome/browser/sharing/sms/sms_remote_fetcher.h b/chrome/browser/sharing/sms/sms_remote_fetcher.h
index 2cbe6acdd..678c1b2e5 100644
--- a/chrome/browser/sharing/sms/sms_remote_fetcher.h
+++ b/chrome/browser/sharing/sms/sms_remote_fetcher.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SHARING_SMS_SMS_REMOTE_FETCHER_H_
#include <string>
+#include <vector>
#include "base/callback.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
diff --git a/content/public/browser/sms_fetcher.h b/content/public/browser/sms_fetcher.h
index 13f683243..983d81891 100644
--- a/content/public/browser/sms_fetcher.h
+++ b/content/public/browser/sms_fetcher.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_BROWSER_SMS_FETCHER_H_
#include <string>
+#include <vector>
#include "base/observer_list_types.h"
#include "content/common/content_export.h"
|