Commit 8c8ce369 authored by Milo Yip's avatar Milo Yip

Merge pull request #222 from ez1222/master

Fix an issue with building a reader on Windows x64. 
parents 879def80 4b4f726d
......@@ -23,6 +23,10 @@
#include "../rapidjson.h"
#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h> // for _umul128
#endif
RAPIDJSON_NAMESPACE_BEGIN
namespace internal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment