From 58a485fb6dff3ceb336153ff98fd5e8770e831ed Mon Sep 17 00:00:00 2001 From: nowrep Date: Thu, 2 Jan 2014 10:45:22 +0100 Subject: [PATCH] [OS X] Fixed build on OS X Closes #1122 --- src/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 5ae496ed4..6d6f6654a 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -19,9 +19,9 @@ #include "proxystyle.h" #include // For QT_REQUIRE_VERSION +#include #if defined(Q_OS_LINUX) || defined(__GLIBC__) -#include #include #include