diff options
| author | Jorge Timón <[email protected]> | 2015-06-24 07:25:30 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-06-26 17:59:07 +0200 |
| commit | 627b9deff4e8e18fc6d001b6eb9818c13c648820 (patch) | |
| tree | e8e3f715765fe9d1136814c587038d68ecc5a45c /src/main.cpp | |
| parent | Merge pull request #6299 (diff) | |
| download | discoin-627b9deff4e8e18fc6d001b6eb9818c13c648820.tar.xz discoin-627b9deff4e8e18fc6d001b6eb9818c13c648820.zip | |
Policy: MOVEONLY: Create policy/policy.h with some constants
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6c4cfe75a..05130f308 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,10 +11,12 @@ #include "chainparams.h" #include "checkpoints.h" #include "checkqueue.h" +#include "consensus/consensus.h" #include "consensus/validation.h" #include "init.h" #include "merkleblock.h" #include "net.h" +#include "policy/policy.h" #include "pow.h" #include "txdb.h" #include "txmempool.h" |