Add missing #include <memory> into editor_state.h

This commit is contained in:
David Capello 2019-08-01 23:38:38 -03:00
parent 6fff771118
commit a70a3a11c7

View File

@ -12,6 +12,8 @@
#include "base/disable_copying.h"
#include "gfx/point.h"
#include <memory>
namespace gfx {
class Region;
}