monero_seed: add missing include

This commit is contained in:
tobtoht 2023-01-14 13:45:18 +01:00
parent 1934d464ca
commit 1623cfcb4f

View file

@ -6,6 +6,7 @@
#include <monero_seed/secure_random.hpp>
#include <stdexcept>
#include <cstdlib>
#include <errno.h>
#if defined(_WIN32) || defined(__CYGWIN__)
#define WINAPI