add imports to the header files in zmqconfig.h

This commit is contained in:
Paul 2018-06-30 18:41:03 -05:00
parent fc5cd4774a
commit f63fd97c03

View File

@ -19,6 +19,9 @@
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "governance-object.h"
#include "governance-vote.h"
void zmqError(const char *str);
#endif // BITCOIN_ZMQ_ZMQCONFIG_H