mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-25 12:02:44 +00:00
Add missing #include <vector> for doc::algorithm::createUnion()
This commit is contained in:
parent
2366bee6d4
commit
3cd6fa2f08
@ -11,6 +11,8 @@
|
|||||||
#include "doc/algorithm/hline.h"
|
#include "doc/algorithm/hline.h"
|
||||||
#include "gfx/fwd.h"
|
#include "gfx/fwd.h"
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace doc {
|
namespace doc {
|
||||||
namespace algorithm {
|
namespace algorithm {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user