Skip to content

Commit

Permalink
Fixed compilation error MSVC 19.16.27039.0 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovsoft1979 committed Dec 8, 2024
1 parent 2ea9959 commit 55745bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#ifndef TTF_H
# define TTF_H
# include <stddef.h>
# include <stdbool.h>
# include <sys/types.h>
# ifdef __cplusplus
Expand Down

0 comments on commit 55745bc

Please sign in to comment.