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 +}