From 789b2cf326ed50f2ece227ecf259521a78f54b8f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 9 Jun 2010 10:06:42 +0000 Subject: [PATCH] Updated AUTHORS file Fix compilation in release mode --- AUTHORS | 2 +- src/qtsingleapp/qtlocalpeer.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 9f70124a6..3cf1df748 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,7 +12,7 @@ Contributors: Code from other projects: * files src/qtsingleapp/* - copyright: Qt Software (Nokia) + copyright: Nokia Corporation license: LGPL * files src/ico.cpp src/ico.h diff --git a/src/qtsingleapp/qtlocalpeer.cpp b/src/qtsingleapp/qtlocalpeer.cpp index f531956f3..dab21e0eb 100644 --- a/src/qtsingleapp/qtlocalpeer.cpp +++ b/src/qtsingleapp/qtlocalpeer.cpp @@ -59,6 +59,8 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; #include #endif +#include + namespace QtLP_Private { #include "qtlockedfile.cpp" #if defined(Q_OS_WIN)