aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
diff options
context:
space:
mode:
authorJorge Timón <[email protected]>2017-04-07 04:04:19 +0200
committerJorge Timón <[email protected]>2017-04-13 02:31:44 +0200
commit1c897fc3daa4b54817b8bc98de52636c83257801 (patch)
tree658215a0ca0b667d58d47aa6a9fc0dc74e6a8ae5 /src/checkqueue.h
parentTrivial: Remove unneeded includes from .h: (diff)
downloaddiscoin-1c897fc3daa4b54817b8bc98de52636c83257801.tar.xz
discoin-1c897fc3daa4b54817b8bc98de52636c83257801.zip
Missing includes
Diffstat (limited to 'src/checkqueue.h')
-rw-r--r--src/checkqueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checkqueue.h b/src/checkqueue.h
index ea12df66d..63c104c02 100644
--- a/src/checkqueue.h
+++ b/src/checkqueue.h
@@ -5,6 +5,8 @@
#ifndef BITCOIN_CHECKQUEUE_H
#define BITCOIN_CHECKQUEUE_H
+#include "sync.h"
+
#include <algorithm>
#include <vector>