Don't rely on "iosfwd" for forward including std::string.

It seems that VS fails on this.
This commit is contained in:
Cheng Zhao 2013-07-01 21:56:46 +08:00
parent 3176e03866
commit 6bdf7c51b4
6 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,7 @@
#ifndef BROWSER_ACCELERATOR_UTIL_H_
#define BROWSER_ACCELERATOR_UTIL_H_
#include <iosfwd>
#include <string>
namespace ui {
class Accelerator;