diff options
author | iDunk5400 <iDunk5400@users.noreply.github.com> | 2018-10-12 15:20:42 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-15 23:08:17 +0000 |
commit | e7f24850d56d70c18930da97bffad20710451d4a (patch) | |
tree | 626b1d432d39b3111b081dd45e19a9bddb16985e /src/daemonizer | |
parent | Merge pull request #4502 (diff) | |
download | monero-e7f24850d56d70c18930da97bffad20710451d4a.tar.xz |
Fix Windows build after epee dependency change
Diffstat (limited to 'src/daemonizer')
-rw-r--r-- | src/daemonizer/windows_daemonizer.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemonizer/windows_daemonizer.inl b/src/daemonizer/windows_daemonizer.inl index 8077f29fb..7e61e3603 100644 --- a/src/daemonizer/windows_daemonizer.inl +++ b/src/daemonizer/windows_daemonizer.inl @@ -31,6 +31,7 @@ #include "common/util.h" #include "daemonizer/windows_service.h" #include "daemonizer/windows_service_runner.h" +#include "cryptonote_core/cryptonote_core.h" #include <shlobj.h> #include <boost/filesystem/operations.hpp> |