helpers.cpp: include fontrenderer.h

if Font class is used, the header should be included, too :-)
This commit is contained in:
Stefan Seyfried
2016-10-22 12:22:06 +02:00
committed by svenhoefer
parent b5cb683048
commit 645da64839

View File

@@ -45,6 +45,7 @@
#include <linux/fs.h>
#include "debug.h"
#include <global.h>
#include <driver/fontrenderer.h>
#include <system/helpers.h>
#include <gui/update_ext.h>
using namespace std;