From 0c0292fec1304d25d00f01b307c88ec2066f29f5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 19 Apr 2018 22:57:08 +0200 Subject: Windows compat --- synchronizer/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'synchronizer') diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index e1e169b..5f14f18 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp @@ -34,7 +34,12 @@ #include #include #include +#ifndef Q_OS_WIN #include +#else +#include +#include +#endif #include "listener.h" #include "log.h" -- cgit v1.2.3