diff options
Diffstat (limited to 'src/lib/web/json/json_reader.cpp')
| -rw-r--r-- | src/lib/web/json/json_reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/web/json/json_reader.cpp b/src/lib/web/json/json_reader.cpp index c966d266243..4a0d97a54ad 100644 --- a/src/lib/web/json/json_reader.cpp +++ b/src/lib/web/json/json_reader.cpp @@ -2,7 +2,7 @@ // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE -#include "emu.h" + #if !defined(JSON_IS_AMALGAMATION) # include <json/reader.h> # include <json/value.h> |
