Re-use msinttypes bundled with RapidJSON when compiling on Windows.

This commit is contained in:
Daniel Patterson 2018-10-27 00:04:18 -07:00
parent b1791d1ab3
commit 777c93e14b
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# UNRELEASED
- Changes from 5.19.0:
- Windows:
- FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249)
# 5.19.0
- Changes from 5.18.0:

View File

@ -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>