Re-use msinttypes bundled with RapidJSON when compiling on Windows. (#5249)
This commit is contained in:
@@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||
#include <math.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include "msinttypes/stdint.h"
|
||||
#include "rapidjson/msinttypes/stdint.h"
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user