mirror of https://github.com/aseprite/aseprite.git
Replace <iostream> by <iosfwd>
This commit is contained in:
parent
7454ec2d06
commit
6580580e4e
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
#include "base/uuid.h"
|
#include "base/uuid.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iosfwd>
|
||||||
|
|
||||||
namespace doc {
|
namespace doc {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue