mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
fix non-central controller builds
This commit is contained in:
parent
993d850f69
commit
e3cc7c9a80
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "RabbitMQ.hpp"
|
||||
|
||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||
|
||||
#include <amqp.h>
|
||||
#include <amqp_tcp_socket.h>
|
||||
#include <stdexcept>
|
||||
|
@ -92,3 +94,5 @@ std::string RabbitMQ::consume()
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
#endif // ZT_CONTROLLER_USE_LIBPQ
|
||||
|
|
Loading…
Add table
Reference in a new issue