aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-27 14:42:49 +0100
committerjtimon <jtimon@jtimon.cc>2014-12-27 16:01:31 +0100
commit937ba572d0758891f43c658d7d98d7bd747c3ce4 (patch)
treeb88f675d571a636c0d5fd638b802257419f2444a /src/main.cpp
parente035c6a7371027fe33c460ee2d0946a7f1e4e592 (diff)
downloadbitcoin-937ba572d0758891f43c658d7d98d7bd747c3ce4.tar.xz
MOVEONLY: CBlockUndo from main.h to undo.h
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ec24e55ce1..24ed487af0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,6 +17,7 @@
#include "txdb.h"
#include "txmempool.h"
#include "ui_interface.h"
+#include "undo.h"
#include "util.h"
#include "utilmoneystr.h"