From 4f6ee5729788ba935e30e83414ad005a75021f33 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 17 Jan 2012 20:57:56 -0800 Subject: [PATCH] Apparently doesn't exist for mingw. --- ext/libclementine-common/core/logging.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libclementine-common/core/logging.cpp b/ext/libclementine-common/core/logging.cpp index 9676f6cce..8683cb756 100644 --- a/ext/libclementine-common/core/logging.cpp +++ b/ext/libclementine-common/core/logging.cpp @@ -19,7 +19,9 @@ // compatible. #include +#ifdef Q_OS_UNIX #include +#endif #include #include