diff options
author | chai <chaifix@163.com> | 2021-10-30 13:28:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 13:28:39 +0800 |
commit | c3e259f4d29e9bdcb73617ad8e4d71f117b4d289 (patch) | |
tree | 893ed7b892d0b3b49db2d3e219da28fc2eea4769 /Runtime/GUI/freetype.h | |
parent | b2433cf2faf5c5c3d82d61c7b44928923c5fdcda (diff) |
+freetype
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 |