From 2018cf74a65b99cf5494cbbb7f2363a56affbc1f Mon Sep 17 00:00:00 2001 From: dEBRUYNE-1 Date: Sat, 23 Dec 2017 15:04:20 +0100 Subject: Fix Windows build Fix no new line --- src/daemonizer/windows_service.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/daemonizer') 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 +#include + #undef UNICODE #undef _UNICODE -- cgit v1.2.3