From b3f799125e6d8db712f2855580c0e37e42442e68 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 19 Apr 2018 23:00:40 +0200 Subject: Windows compat --- synchronizer/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index 5f14f18..1467fe4 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp @@ -28,14 +28,14 @@ #include #include #include -#include -#include #include #include #include #include #ifndef Q_OS_WIN #include +#include +#include #else #include #include -- cgit v1.2.3