mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Add missing #include in load_matrix.h
This commit is contained in:
parent
a20976d220
commit
25b8b7098e
@ -8,6 +8,8 @@
|
|||||||
#define APP_LOAD_MATRIX_H_INCLUDED
|
#define APP_LOAD_MATRIX_H_INCLUDED
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace render {
|
namespace render {
|
||||||
class DitheringMatrix;
|
class DitheringMatrix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user