mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-23 09:41:04 +00:00
Add missing #include <string>
This commit is contained in:
parent
019c7c9f1f
commit
b36cff8d75
@ -24,6 +24,8 @@
|
|||||||
#include "base/thread.h"
|
#include "base/thread.h"
|
||||||
#include "base/unique_ptr.h"
|
#include "base/unique_ptr.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace raster {
|
namespace raster {
|
||||||
class Palette;
|
class Palette;
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "raster/object.h"
|
#include "raster/object.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace raster {
|
namespace raster {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user