From c12b0d0ef846518db2d9c44676792a4bfc4ffe99 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 19 Apr 2018 22:44:57 +0200 Subject: Windows compat --- common/log.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/log.cpp') diff --git a/common/log.cpp b/common/log.cpp index e726cd5..55f6b1f 100644 --- a/common/log.cpp +++ b/common/log.cpp @@ -9,7 +9,12 @@ #include #include #include +#ifdef Q_OS_WIN +#include +#include +#else #include +#endif #include #include #include -- cgit v1.2.3