mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
monero_seed: add missing include
This commit is contained in:
parent
1934d464ca
commit
1623cfcb4f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <monero_seed/secure_random.hpp>
|
||||
#include <stdexcept>
|
||||
#include <cstdlib>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#define WINAPI
|
||||
|
|
Loading…
Reference in a new issue