Fixes needed for windows build (issue #270).

This commit is contained in:
EinMByte 2015-09-24 22:47:44 +02:00
parent 99a4be498a
commit 36c77080b6
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#ifdef _WIN32
#include "./Win32/Win32Service.h"
#include "Win32Service.h"
namespace i2p
{