diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2019-03-04 16:27:39 -0800 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2019-03-04 16:27:39 -0800 |
commit | de1fc43cc58ce6a02c6eeef7791328c44189aa7c (patch) | |
tree | 35aa35fe661974c0f198724dcbddd5927306d254 /controller | |
parent | 59a0a25f35d43b4cad90d13e52f736efcea8e180 (diff) | |
download | infinitytier-de1fc43cc58ce6a02c6eeef7791328c44189aa7c.tar.gz infinitytier-de1fc43cc58ce6a02c6eeef7791328c44189aa7c.zip |
added librabbitmq library for central controller
Diffstat (limited to 'controller')
-rw-r--r-- | controller/PostgreSQL.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 6165d8c4..9eb64800 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -32,6 +32,7 @@ #include <libpq-fe.h> #include <sstream> +#include <amqp.h> using json = nlohmann::json; namespace { |