From 5e62e6b719cec72ec4de542dcdc19ff8167eee6b Mon Sep 17 00:00:00 2001
From: amerhifi <amer@highfidelity.io>
Date: Tue, 14 May 2019 19:29:17 -0700
Subject: [PATCH] Sam for the win. Qtglobal missing

---
 libraries/platform/src/platformJsonKeys.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libraries/platform/src/platformJsonKeys.h b/libraries/platform/src/platformJsonKeys.h
index 8d656e84c5..5f06e97b09 100644
--- a/libraries/platform/src/platformJsonKeys.h
+++ b/libraries/platform/src/platformJsonKeys.h
@@ -8,12 +8,11 @@
 
 #ifndef hifi_PlatformJsonKeys_h
 #define hifi_PlatformJsonKeys_h
-
+#include <QtGlobal>
 
 namespace platform {
     namespace jsonKeys{
-#if defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
-#else
+#if !defined(Q_OS_LINUX) //hiding from linux at the moment due to unused variables warning
         static const char*  cpuBrand= "cpuBrand";
         static const char*  cpuModel = "cpuModel";
         static const char*  cpuClockSpeed = "clockSpeed";