Fix gcc problem using std::stream with forward-declarations only without including <sstream>.

This commit is contained in:
David Capello 2012-07-18 08:59:31 -03:00
parent 525851e6a1
commit 2ffe54584a

View File

@ -15,6 +15,8 @@
#include "ui/system.h" #include "ui/system.h"
#include "ui/theme.h" #include "ui/theme.h"
#include <sstream>
using namespace gfx; using namespace gfx;
namespace ui { namespace ui {