mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
cryptonote_config: include cstdint
Header was using `uint64_t` without including `<cstdint>` which caused some issues downstream for windows builds
This commit is contained in:
parent
2656cdf505
commit
14ae81246d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
|
|
Loading…
Reference in a new issue