Merge pull request #9034

14ae812 cryptonote_config: include cstdint (jeffro256)
This commit is contained in:
luigi1111 2023-11-06 09:27:51 -05:00
commit 2fe5a5e073
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>