mirror of
https://github.com/monero-project/monero.git
synced 2025-06-21 09:24:11 -04:00
Tools, daemonizer: fix building on Windows
This commit is contained in:
parent
dc6a8014bd
commit
fdf0acbf97
2 changed files with 7 additions and 2 deletions
|
@ -39,6 +39,11 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "windows.h"
|
||||
#include "misc_log_ex.h"
|
||||
#endif
|
||||
|
||||
#include "crypto/hash.h"
|
||||
|
||||
/*! \brief Various Tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue