From: Manuel Nickschas Date: Mon, 14 Sep 2009 18:50:54 +0000 (+0200) Subject: Compile with Qt 4.6 X-Git-Tag: 0.5-rc2~46 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=c8a95fca86f2ce287f15fd036c0509561736970a;ds=sidebyside Compile with Qt 4.6 --- diff --git a/src/core/core.cpp b/src/core/core.cpp index ebe1b08a..0447a341 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -37,6 +37,7 @@ #ifdef Q_OS_WIN32 # include #else +# include # include #endif /* Q_OS_WIN32 */