From 0ed93d8edb3536ff34bf49f92093cbda581fd4b3 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 22 Oct 2016 12:22:06 +0200 Subject: [PATCH] helpers.cpp: include fontrenderer.h if Font class is used, the header should be included, too :-) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/645da6483981dccbccb80e54ea09a3120a9f9060 Author: Stefan Seyfried Date: 2016-10-22 (Sat, 22 Oct 2016) ------------------ This commit was generated by Migit --- src/system/helpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/helpers.cpp b/src/system/helpers.cpp index 009dd1249..59176bc70 100644 --- a/src/system/helpers.cpp +++ b/src/system/helpers.cpp @@ -45,6 +45,7 @@ #include #include "debug.h" #include +#include #include #include using namespace std;