aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-27 14:42:49 +0100
committerjtimon <[email protected]>2014-12-27 16:01:31 +0100
commit937ba572d0758891f43c658d7d98d7bd747c3ce4 (patch)
treeb88f675d571a636c0d5fd638b802257419f2444a /src/main.cpp
parentDecouple CBlockUndo from CDiskBlockPos (diff)
downloaddiscoin-937ba572d0758891f43c658d7d98d7bd747c3ce4.tar.xz
discoin-937ba572d0758891f43c658d7d98d7bd747c3ce4.zip
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 ec24e55ce..24ed487af 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"