Skip to content

Commit

Permalink
Re-use msinttypes bundled with RapidJSON when compiling on Windows. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat authored Oct 29, 2018
1 parent b1791d1 commit 594a45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion include/util/ieee754.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 594a45e

Please sign in to comment.