aboutsummaryrefslogtreecommitdiff
path: root/src/limitedmap.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-08-27 15:51:57 +1000
committerGavin Andresen <gavinandresen@gmail.com>2013-11-04 11:27:02 +1000
commit319b11607f8592d7ef67ec82fa73545ad7430974 (patch)
tree35a62a9d0df1c0bb9157e8cc85ab086c01c55217 /src/limitedmap.h
parent39b4f0d7ddc964b789876d15d888c3b29022939e (diff)
downloadbitcoin-319b11607f8592d7ef67ec82fa73545ad7430974.tar.xz
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Diffstat (limited to 'src/limitedmap.h')
-rw-r--r--src/limitedmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/limitedmap.h b/src/limitedmap.h
index 7049d68e5a..01d1b07df4 100644
--- a/src/limitedmap.h
+++ b/src/limitedmap.h
@@ -4,6 +4,7 @@
#ifndef BITCOIN_LIMITEDMAP_H
#define BITCOIN_LIMITEDMAP_H
+#include <assert.h> // TODO: remove
#include <map>
#include <deque>