Missing includes

This commit is contained in:
Jorge Timón
2017-04-07 04:04:19 +02:00
parent a1fd450328
commit 1c897fc3da
8 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
#ifndef BITCOIN_CHECKQUEUE_H
#define BITCOIN_CHECKQUEUE_H
#include "sync.h"
#include <algorithm>
#include <vector>