From 91519898d0a43c5ec0c82c13461b249b1d7525cf Mon Sep 17 00:00:00 2001 From: sarahkeefe Date: Wed, 11 Jun 2014 13:21:01 -0400 Subject: [PATCH 1/2] Replacing includes with to fix compile issue on OS X --- include/RemotePlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RemotePlugin.h b/include/RemotePlugin.h index edf09efbe4..c2a37e4371 100644 --- a/include/RemotePlugin.h +++ b/include/RemotePlugin.h @@ -52,7 +52,7 @@ #include #endif -#include +#include #if QT_VERSION >= 0x040400 #include @@ -75,7 +75,7 @@ #ifdef USE_QT_SHMEM -#include +#include #if QT_VERSION >= 0x040400 #include From 940fb0d3d523cbec38225cdd855179a6cfe3f144 Mon Sep 17 00:00:00 2001 From: sarahkeefe Date: Wed, 11 Jun 2014 17:16:28 -0400 Subject: [PATCH 2/2] Updating include to QtCore/QtGlobal --- include/RemotePlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RemotePlugin.h b/include/RemotePlugin.h index c2a37e4371..40eb78632b 100644 --- a/include/RemotePlugin.h +++ b/include/RemotePlugin.h @@ -52,7 +52,7 @@ #include #endif -#include +#include #if QT_VERSION >= 0x040400 #include @@ -75,7 +75,7 @@ #ifdef USE_QT_SHMEM -#include +#include #if QT_VERSION >= 0x040400 #include