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 ATOM_RENDERER_API_ATOM_RENDERER_BINDINGS_H_
#define ATOM_RENDERER_API_ATOM_RENDERER_BINDINGS_H_
#include <iosfwd>
#include <string>
#include "common/api/atom_bindings.h"