fix missing <cstdint> includes

This commit is contained in:
tobtoht
2023-05-06 18:13:18 +02:00
parent 2f45d5c615
commit f983ac7780
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@
#include <iostream>
#include <vector>
#include <stdexcept>
#include <cstdint>
namespace tools {
+1
View File
@@ -38,6 +38,7 @@
#include <ctime>
#include <iostream>
#include <stdexcept>
#include <cstdint>
// Public interface for libwallet library
namespace Monero {