mirror of
https://github.com/monero-project/monero.git
synced 2025-05-18 03:10:26 -04:00
fix missing <cstdint> includes
This commit is contained in:
parent
a2e8d1d427
commit
c32befe4f8
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
#include <cstdint>
|
||||
|
||||
namespace epee
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue