Add #include <vector> to accelerators_gtk.h

This file uses std::vector but does not include corresponding header file.

R=erg@chromium.org
BUG=82098

Review URL: https://codereview.chromium.org/83293002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236823 0039d316-1c4b-4281-b951-d872f2087c98
parent c0dada1d
......@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_UI_GTK_ACCELERATORS_GTK_H_
#define CHROME_BROWSER_UI_GTK_ACCELERATORS_GTK_H_
#include <vector>
#include "base/containers/hash_tables.h"
#include "ui/base/accelerators/accelerator.h"
......
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