(svn r25450) -Fix: compilation without freetype

This commit is contained in:
rubidium
2013-06-23 18:32:02 +00:00
parent ab4bd11208
commit aa3c106843
2 changed files with 6 additions and 1 deletions

View File

@@ -12,9 +12,10 @@
#ifndef FONTDETECTION_H
#define FONTDETECTION_H
#include "fontcache.h"
#ifdef WITH_FREETYPE
#include "fontcache.h"
#include <ft2build.h>
#include FT_FREETYPE_H