aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
diff options
context:
space:
mode:
authorJorge Timón <[email protected]>2015-07-05 14:17:46 +0200
committerJorge Timón <[email protected]>2015-07-23 21:10:22 +0200
commit9dd793f499254600efa468938cef9baa28ac81b0 (patch)
tree5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/rest.cpp
parentMerge pull request #6381 (diff)
downloaddiscoin-9dd793f499254600efa468938cef9baa28ac81b0.tar.xz
discoin-9dd793f499254600efa468938cef9baa28ac81b0.zip
TRIVIAL: Missing includes
Diffstat (limited to 'src/rest.cpp')
-rw-r--r--src/rest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.cpp b/src/rest.cpp
index dfe01495f..0dd238b68 100644
--- a/src/rest.cpp
+++ b/src/rest.cpp
@@ -3,6 +3,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include "chain.h"
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "main.h"