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 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 { |