Tools, daemonizer: fix building on Windows

This commit is contained in:
iDunk5400 2017-11-15 23:12:02 +01:00
parent dc6a8014bd
commit fdf0acbf97
No known key found for this signature in database
GPG key ID: 0F1715596D812FD8
2 changed files with 7 additions and 2 deletions

View file

@ -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