mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Include <iterator> in path.cpp, because it uses std::back_inserter.
This commit is contained in:
parent
c5ba3076a5
commit
86c9fe0ee9
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include "base/path.h"
|
#include "base/path.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
using namespace base;
|
using namespace base;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user