From c15b5a457b824543283a2bcf524d787f2c2c53fd Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sat, 10 Jan 2015 01:36:28 +0300 Subject: [PATCH] Fix for UINT64_MAX macro --- src/pow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pow.cc b/src/pow.cc index db42468..2c9d8c7 100644 --- a/src/pow.cc +++ b/src/pow.cc @@ -3,6 +3,7 @@ // TODO(Kagami): Port it to WIN32 (see bitmessage-powfaster for an // example). +#define __STDC_LIMIT_MACROS #include #include #include