mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Fix freetype2 includes.
This commit is contained in:
parent
d371352526
commit
873748b0ff
@ -8,8 +8,8 @@
|
||||
#define FT_FREETYPE_HEADERS_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include "freetype/ftglyph.h"
|
||||
#include "ft2build.h"
|
||||
#include <ft2build.h>
|
||||
#include FT_GLYPH_H
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user