darwin 333

This commit is contained in:
ca333
2017-10-22 04:08:53 +02:00
parent db402e48fc
commit a2d7c036e0
8 changed files with 55 additions and 9 deletions

View File

@@ -12,7 +12,10 @@
#include "serialize.h"
#include "uint256.h"
#include "consensus/consensus.h"
#ifndef __APPLE__
#include <stdint.h>
#endif
#include <boost/array.hpp>