aboutsummaryrefslogtreecommitdiff
path: root/src/base58.h
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2015-01-22 15:02:44 -0500
committerWladimir J. van der Laan <[email protected]>2015-03-20 12:23:44 +0100
commitd7d187e8a451ae946fa14cead7962edbe0046f12 (patch)
treecaf6765dd0a9455891f14d2df42f164b56cfba13 /src/base58.h
parentMerge pull request #5149 (diff)
downloaddiscoin-d7d187e8a451ae946fa14cead7962edbe0046f12.tar.xz
discoin-d7d187e8a451ae946fa14cead7962edbe0046f12.zip
allocators: split allocators and pagelocker
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.
Diffstat (limited to 'src/base58.h')
-rw-r--r--src/base58.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base58.h b/src/base58.h
index ed134e6e7..8de90046a 100644
--- a/src/base58.h
+++ b/src/base58.h
@@ -19,6 +19,7 @@
#include "pubkey.h"
#include "script/script.h"
#include "script/standard.h"
+#include "support/allocators/zeroafterfree.h"
#include <string>
#include <vector>