From 36c77080b652538f191b50f6177bd397d756492c Mon Sep 17 00:00:00 2001 From: EinMByte Date: Thu, 24 Sep 2015 22:47:44 +0200 Subject: [PATCH] Fixes needed for windows build (issue #270). --- client/DaemonWin32.cpp | 2 +- client/Win32Service.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/DaemonWin32.cpp b/client/DaemonWin32.cpp index 3f5d5b00..e260cbfa 100644 --- a/client/DaemonWin32.cpp +++ b/client/DaemonWin32.cpp @@ -4,7 +4,7 @@ #ifdef _WIN32 -#include "./Win32/Win32Service.h" +#include "Win32Service.h" namespace i2p { diff --git a/client/Win32Service.cpp b/client/Win32Service.cpp index c9189fac..90e909af 100644 --- a/client/Win32Service.cpp +++ b/client/Win32Service.cpp @@ -8,7 +8,7 @@ #include #include "Daemon.h" -#include "Log.h" +#include "util/Log.h" I2PService *I2PService::s_service = NULL;