From 25b8b7098e444f89304aafa70e339e2e01e7130c Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 14 Jun 2017 16:57:45 -0300 Subject: [PATCH] Add missing #include in load_matrix.h --- src/app/load_matrix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/load_matrix.h b/src/app/load_matrix.h index 45b6900ff..68161408c 100644 --- a/src/app/load_matrix.h +++ b/src/app/load_matrix.h @@ -8,6 +8,8 @@ #define APP_LOAD_MATRIX_H_INCLUDED #pragma once +#include + namespace render { class DitheringMatrix; };