From 75e1a0e0897985555e12dda355b4d6ed43e9b920 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 18 Apr 2012 09:11:25 +0300 Subject: Fix missing include in QWS shared memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QWS shared memory was missing include file for QByteArray. This fails with QNX when precompiled headers are not used. Change-Id: Ifb682863736ade3f74ea53a30d6fb1d4a5ff16dd Reviewed-by: Andy Shaw Reviewed-by: Jørgen Lind --- src/gui/embedded/qwssharedmemory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/embedded/qwssharedmemory.cpp b/src/gui/embedded/qwssharedmemory.cpp index 39a2f68..3b9080a 100644 --- a/src/gui/embedded/qwssharedmemory.cpp +++ b/src/gui/embedded/qwssharedmemory.cpp @@ -62,6 +62,7 @@ QT_BEGIN_NAMESPACE #ifdef QT_POSIX_IPC #include +#include static QBasicAtomicInt localUniqueId = Q_BASIC_ATOMIC_INITIALIZER(1); -- cgit v0.12