testing change

This commit is contained in:
amerhifi 2019-05-15 15:48:08 -07:00
parent 633c0dfbac
commit 9c786f3c5a
5 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,7 @@
//
#include "AndroidPlatform.h"
#include "platformJsonKeys.h"
#include <GPUIdent.h>
#include <string>

View file

@ -7,7 +7,7 @@
//
#include "LinuxPlatform.h"
#include "platformJsonKeys.h"
#include <GPUIdent.h>
#include <string>

View file

@ -7,7 +7,7 @@
//
#include "MACOSPlatform.h"
#include "platformJsonKeys.h"
#include <thread>
#include <GPUIdent.h>
#include <string>

View file

@ -7,7 +7,7 @@
//
#include "WINPlatform.h"
#include "platformJsonKeys.h"
#ifdef Q_OS_WINDOWS
#include <intrin.h>
#include <Windows.h>

View file

@ -11,6 +11,7 @@
#include <vector>
#include <nlohmann/json.hpp>
#include "platformJsonKeys.h"
namespace platform {
using json = nlohmann::json;