Commit 57716b42 authored by Jose Dapena Paz's avatar Jose Dapena Paz Committed by Commit Bot

IWYU: payments error message util uses std::vector without including it

GCC build fails because of missing include:
../../components/payments/core/error_message_util.h:20:16: error: ‘vector’ in namespace ‘std’ does not name a template type
   20 |     const std::vector<std::string>& skipped_apps);
      |                ^~~~~~

Bug: 957519
Change-Id: Icb7c5b0e9b136d14eb088884f8d4f8ee312b9460
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340967Reviewed-by: default avatarLiquan (Max) Gu <maxlg@chromium.org>
Commit-Queue: José Dapena Paz <jdapena@igalia.com>
Cr-Commit-Position: refs/heads/master@{#795819}
parent 0c5e526f
......@@ -7,6 +7,7 @@
#include <set>
#include <string>
#include <vector>
namespace payments {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment