mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Add missing #include <memory> into editor_state.h
This commit is contained in:
parent
6fff771118
commit
a70a3a11c7
@ -12,6 +12,8 @@
|
||||
#include "base/disable_copying.h"
|
||||
#include "gfx/point.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace gfx {
|
||||
class Region;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user