diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-09-24 23:32:36 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-17 13:44:57 -0400 |
commit | 85c579e3a63cf505d6cedc454755265572e97d3e (patch) | |
tree | 116da64bbc269152c7026948b8600cfa1ac8f87a /src/txmempool.cpp | |
parent | db8eb54bd7239ff2b046fe34b1c8d692860c6b5b (diff) |
script: add a slew of includes all around and drop includes from script.h
Lots of files ended up with indirect includes from script.h.
Diffstat (limited to 'src/txmempool.cpp')
-rw-r--r-- | src/txmempool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp index fa1802ad31..4522c63617 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -8,6 +8,7 @@ #include "core.h" #include "util.h" #include "utilmoneystr.h" +#include "version.h" #include <boost/circular_buffer.hpp> |