diff options
| author | tobtoht <tob@featherwallet.org> | 2023-05-06 18:13:18 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2023-05-08 19:29:54 +0200 |
| commit | f983ac77805a494ea4a05a00398c553e1359aefd (patch) | |
| tree | fc14f27d1cdc61db3636ed4b3646f3a7f546a517 /src/wallet/api | |
| parent | 2f45d5c615492dffa456489d73543870e5a224ab (diff) | |
| download | monzero-core-f983ac77805a494ea4a05a00398c553e1359aefd.tar.gz monzero-core-f983ac77805a494ea4a05a00398c553e1359aefd.tar.xz monzero-core-f983ac77805a494ea4a05a00398c553e1359aefd.zip | |
fix missing <cstdint> includes
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 { |
