fonts need cstdint

pull/771/head
Ray Bellis 2023-05-08 13:17:16 +01:00
rodzic 302d6ae0eb
commit 67df015bfe
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
#include <map>
#include <string>
#include <functional>
#include <cstdint>
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);
}
}