diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-08-06 08:51:23 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-08-06 08:51:23 -0500 |
commit | 3c776675b3824d4497d913386793efaece2ee7d1 (patch) | |
tree | 92d0cccb701a041cb9aa730d1baf028568137835 /controller/RabbitMQ.hpp | |
parent | 37d508ab969afaf16c2aee1838a225022de34177 (diff) | |
download | infinitytier-3c776675b3824d4497d913386793efaece2ee7d1.tar.gz infinitytier-3c776675b3824d4497d913386793efaece2ee7d1.zip |
Cruftectomy, work in progress on mirrorring
Diffstat (limited to 'controller/RabbitMQ.hpp')
-rw-r--r-- | controller/RabbitMQ.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/RabbitMQ.hpp b/controller/RabbitMQ.hpp index 6bac68da..c8ef31ca 100644 --- a/controller/RabbitMQ.hpp +++ b/controller/RabbitMQ.hpp @@ -27,6 +27,8 @@ #ifndef ZT_CONTROLLER_RABBITMQ_HPP #define ZT_CONTROLLER_RABBITMQ_HPP +#include "DB.hpp" + namespace ZeroTier { struct MQConfig { |