mirror of
https://github.com/monero-project/monero.git
synced 2025-03-23 23:58:48 +00:00
Merge pull request #9033
56dab0f
cryptonote_config: include cstdint (jeffro256)
This commit is contained in:
commit
4ea2a194c7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <boost/uuid/uuid.hpp>
|
#include <boost/uuid/uuid.hpp>
|
||||||
|
|
Loading…
Reference in a new issue