Skip to content

Commit

Permalink
Fix OS X build
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Apr 3, 2017
1 parent 20f7c8e commit 1a51f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp-ethereum
4 changes: 4 additions & 0 deletions src/dbwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
// #include <memenv.h>
#ifdef __APPLE__ && __MACH__
#include <helpers/memenv/memenv.h> // qtum
#else
#include <leveldb/helpers/memenv.h> // qtum
#endif
#include <stdint.h>

static leveldb::Options GetOptions(size_t nCacheSize)
Expand Down

0 comments on commit 1a51f52

Please sign in to comment.