mirror of
https://github.com/monero-project/monero.git
synced 2025-08-21 16:48:14 -04:00
fix missing <cstdint> includes
This commit is contained in:
parent
a2e8d1d427
commit
c32befe4f8
4 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
#include <cstdint>
|
||||
|
||||
namespace tools {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue