Skip to content

Commit

Permalink
Fix linux compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Jan 7, 2024
1 parent c005a92 commit 75eaf3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/truetypefont.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vector>
#include <stdexcept>
#include <memory>
#include <cstring>

typedef uint8_t ttf_uint8;
typedef uint16_t ttf_uint16;
Expand Down

0 comments on commit 75eaf3b

Please sign in to comment.