Include missing #include in zmqnotificationinterface.h

This commit is contained in:
Matt Corallo 2017-01-20 18:27:13 -05:00
parent 8c28670e92
commit f5e9a019a4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "validationinterface.h"
#include <string>
#include <map>
#include <list>
class CBlockIndex;
class CZMQAbstractNotifier;