mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
Fix gcc problem using std::stream with forward-declarations only without including <sstream>.
This commit is contained in:
parent
525851e6a1
commit
2ffe54584a
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user