diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-05-12 14:31:26 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-05-12 14:31:26 -0500 |
commit | 1ce32d85364e6aa2896361bff9618328cf0123f1 (patch) | |
tree | fc14f27d1cdc61db3636ed4b3646f3a7f546a517 /src/wallet/api | |
parent | Merge pull request #8766 (diff) | |
parent | fix missing <cstdint> includes (diff) | |
download | monero-1ce32d85364e6aa2896361bff9618328cf0123f1.tar.xz |
Merge pull request #8846
f983ac7 fix missing <cstdint> includes (tobtoht)
Diffstat (limited to 'src/wallet/api')
-rw-r--r-- | src/wallet/api/wallet2_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index 0ae84adb9..71991df0d 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -38,6 +38,7 @@ #include <ctime> #include <iostream> #include <stdexcept> +#include <cstdint> // Public interface for libwallet library namespace Monero { |