diff options
author | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2017-12-23 15:04:20 +0100 |
---|---|---|
committer | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2017-12-23 15:27:30 +0100 |
commit | 2018cf74a65b99cf5494cbbb7f2363a56affbc1f (patch) | |
tree | 3345697363bedbf80563bd50585e4b9fba240f67 /src/daemonizer | |
parent | Merge pull request #2961 (diff) | |
download | monero-2018cf74a65b99cf5494cbbb7f2363a56affbc1f.tar.xz |
Fix Windows build
Fix no new line
Diffstat (limited to 'src/daemonizer')
-rw-r--r-- | src/daemonizer/windows_service.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemonizer/windows_service.cpp b/src/daemonizer/windows_service.cpp index d540f5bf8..9b8e46615 100644 --- a/src/daemonizer/windows_service.cpp +++ b/src/daemonizer/windows_service.cpp @@ -26,6 +26,9 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#include <boost/chrono/chrono.hpp> +#include <boost/thread/thread.hpp> + #undef UNICODE #undef _UNICODE |