1
0
forked from 0ad/0ad

Fix oversight in 0d28281485

This was SVN commit r24482.
This commit is contained in:
Stan 2020-12-31 11:07:10 +00:00
parent 0d28281485
commit e3c5cc83b7

View File

@ -8,6 +8,7 @@
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
# pragma warning(disable: 4505) // Unreferenced function has been removed.
#endif
#include <vector>
@ -23,9 +24,9 @@
// comment out the value types you don't need to reduce build times and intermediate file sizes
#define JSON_SPIRIT_VALUE_ENABLED
#define JSON_SPIRIT_WVALUE_ENABLED
#define JSON_SPIRIT_MVALUE_ENABLED
#define JSON_SPIRIT_WMVALUE_ENABLED
//#define JSON_SPIRIT_WVALUE_ENABLED
//#define JSON_SPIRIT_MVALUE_ENABLED
//#define JSON_SPIRIT_WMVALUE_ENABLED
namespace json_spirit
{