Linux compilation fix

This commit is contained in:
ajochems
2016-04-19 23:43:21 +00:00
parent 5f30e8002b
commit 8906eb0445
4 changed files with 11 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
#ifndef BITCOIN_WALLETDB_H
#define BITCOIN_WALLETDB_H
#define BOOST_NO_CXX11_SCOPED_ENUMS
#include "db.h"
#include "base58.h"