From 37cb024412b5b382b0c9e5433c68a038247dda3d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 10 Oct 2013 17:00:30 +0200 Subject: [PATCH] CNeutrinoFonts: add explicit include for SNeutrinoSettings required in typedef struct font_sizes_groups for *const content --- src/driver/neutrinofonts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/driver/neutrinofonts.h b/src/driver/neutrinofonts.h index d03edf779..e5c99d55e 100644 --- a/src/driver/neutrinofonts.h +++ b/src/driver/neutrinofonts.h @@ -27,6 +27,8 @@ #ifndef __neutrinofonts__ #define __neutrinofonts__ +#include + typedef struct neutrino_font_descr { std::string name; std::string filename;