From 67df015bfe5c1a63725825b324d7d82dcd8e1013 Mon Sep 17 00:00:00 2001 From: Ray Bellis Date: Mon, 8 May 2023 13:17:16 +0100 Subject: [PATCH] fonts need cstdint --- libraries/hershey_fonts/hershey_fonts.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/hershey_fonts/hershey_fonts.hpp b/libraries/hershey_fonts/hershey_fonts.hpp index 824351ce..b36d7f31 100644 --- a/libraries/hershey_fonts/hershey_fonts.hpp +++ b/libraries/hershey_fonts/hershey_fonts.hpp @@ -1,6 +1,7 @@ #include #include #include +#include namespace hershey { struct font_glyph_t { @@ -50,4 +51,4 @@ namespace hershey { bool has_font(std::string_view font); const font_t* font(std::string_view font); -} \ No newline at end of file +}