aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-03-24 18:06:54 +0100
committerWladimir J. van der Laan <[email protected]>2015-03-24 18:12:56 +0100
commit8d2fbfa49141172e1c63f5ab7b684a1f9e210571 (patch)
treef8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/txdb.cpp
parentMerge pull request #5890 (diff)
parentIncludes: Do not include main.h from any other header (diff)
downloaddiscoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.tar.xz
discoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.zip
Merge pull request #5681
8a893c9 Includes: Do not include main.h from any other header (Jorge Timón) eca0b1e Includes: MOVEONLY: move more method definitions out of wallet.h (Jorge Timón) 26c16d9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main (Jorge Timón)
Diffstat (limited to 'src/txdb.cpp')
-rw-r--r--src/txdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txdb.cpp b/src/txdb.cpp
index da271bd5d..f32815028 100644
--- a/src/txdb.cpp
+++ b/src/txdb.cpp
@@ -5,6 +5,7 @@
#include "txdb.h"
+#include "main.h"
#include "pow.h"
#include "uint256.h"