Add missing #include in load_matrix.h

This commit is contained in:
David Capello 2017-06-14 16:57:45 -03:00
parent a20976d220
commit 25b8b7098e

View File

@ -8,6 +8,8 @@
#define APP_LOAD_MATRIX_H_INCLUDED
#pragma once
#include <string>
namespace render {
class DitheringMatrix;
};