src/fontcache.cpp
changeset 6937 40c760fcf1f6
parent 6913 ff5f8a9c1747
child 7928 63e18de69e50
equal deleted inserted replaced
6936:3ea055cc4957 6937:40c760fcf1f6
    13 #include "gfx.h"
    13 #include "gfx.h"
    14 #include "string.h"
    14 #include "string.h"
    15 #include "fontcache.h"
    15 #include "fontcache.h"
    16 #include "helpers.hpp"
    16 #include "helpers.hpp"
    17 #include "spriteloader/spriteloader.hpp"
    17 #include "spriteloader/spriteloader.hpp"
    18 #include "blitter/blitter.hpp"
    18 #include "blitter/factory.hpp"
    19 
    19 
    20 #ifdef WITH_FREETYPE
    20 #ifdef WITH_FREETYPE
    21 
    21 
    22 #include <ft2build.h>
    22 #include <ft2build.h>
    23 #include FT_FREETYPE_H
    23 #include FT_FREETYPE_H