diff options
Diffstat (limited to 'Runtime/GUI/freetype.h')
-rw-r--r-- | Runtime/GUI/freetype.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Runtime/GUI/freetype.h b/Runtime/GUI/freetype.h index 139597f..4b54e20 100644 --- a/Runtime/GUI/freetype.h +++ b/Runtime/GUI/freetype.h @@ -1,2 +1,4 @@ +#pragma once - +#include <ft2build.h> +#include FT_FREETYPE_H |