fix missing <cstdint> includes

This commit is contained in:
tobtoht 2023-05-06 18:13:18 +02:00
parent a2e8d1d427
commit c32befe4f8
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
4 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#include <string>
#include <ctime>
#include <cstdint>
namespace epee
{