Merge pull request #9033

56dab0f cryptonote_config: include cstdint (jeffro256)
This commit is contained in:
luigi1111 2023-11-06 09:27:26 -05:00
commit 4ea2a194c7
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#pragma once
#include <cstdint>
#include <stdexcept>
#include <string>
#include <boost/uuid/uuid.hpp>