mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +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/theme.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using namespace gfx;
|
||||
|
||||
namespace ui {
|
||||
|
Loading…
Reference in New Issue
Block a user