From 8cc758355d51920adb7dc5b5899cf5fdca9fbd74 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Thu, 8 Feb 2018 22:06:25 +0100 Subject: Enable use of system-wide asio, glm and rapidjson (#3172) * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers --- src/emu/machine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine.cpp') diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp index 8d84f412de9..72e78e96759 100644 --- a/src/emu/machine.cpp +++ b/src/emu/machine.cpp @@ -84,8 +84,8 @@ #include "network.h" #include "ui/uimain.h" #include -#include "rapidjson/include/rapidjson/writer.h" -#include "rapidjson/include/rapidjson/stringbuffer.h" +#include +#include #if defined(EMSCRIPTEN) #include -- cgit v1.2.3-70-g09d2