Browse Source

Merge pull request #2832 from luke-jr/bugfix_wdb_boostver

Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
try
Jeff Garzik 11 years ago
parent
commit
0cb6d67e46
  1. 1
      src/db.cpp
  2. 1
      src/walletdb.cpp

1
src/db.cpp

@ -8,7 +8,6 @@
#include "util.h"
#include "hash.h"
#include "addrman.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <openssl/rand.h>

1
src/walletdb.cpp

@ -5,6 +5,7 @@
#include "walletdb.h"
#include "wallet.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
using namespace std;

Loading…
Cancel
Save