From 940fb0d3d523cbec38225cdd855179a6cfe3f144 Mon Sep 17 00:00:00 2001 From: sarahkeefe Date: Wed, 11 Jun 2014 17:16:28 -0400 Subject: [PATCH] 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 c2a37e437..40eb78632 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