summaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2019-03-04 16:27:39 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2019-03-04 16:27:39 -0800
commitde1fc43cc58ce6a02c6eeef7791328c44189aa7c (patch)
tree35aa35fe661974c0f198724dcbddd5927306d254 /controller
parent59a0a25f35d43b4cad90d13e52f736efcea8e180 (diff)
downloadinfinitytier-de1fc43cc58ce6a02c6eeef7791328c44189aa7c.tar.gz
infinitytier-de1fc43cc58ce6a02c6eeef7791328c44189aa7c.zip
added librabbitmq library for central controller
Diffstat (limited to 'controller')
-rw-r--r--controller/PostgreSQL.cpp1
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 {