diff options
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 9eb64800..29d61a39 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -33,6 +33,7 @@ #include <libpq-fe.h> #include <sstream> #include <amqp.h> +#include <amqp_tcp_socket.h> using json = nlohmann::json; namespace { |