From 7afc53b08122494bebc6330c8c2cef329ab05c9f Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Sat, 15 May 2021 20:45:05 +0200 Subject: [PATCH] trying to fix #793 --- src/emucore/EventHandler.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emucore/EventHandler.cxx b/src/emucore/EventHandler.cxx index 9cc1972ba..d1a58af29 100644 --- a/src/emucore/EventHandler.cxx +++ b/src/emucore/EventHandler.cxx @@ -69,6 +69,7 @@ #endif using namespace std::placeholders; +using json = nlohmann::json; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EventHandler::EventHandler(OSystem& osystem)