From c2873827707146a9e5df1517378be43e5d22a16a Mon Sep 17 00:00:00 2001 From: Aljar Meesters Date: Tue, 30 Jan 2018 10:45:16 +0100 Subject: [PATCH] fix includes because existing code was no longer compiling after the latest changes --- include/amqpcpp.h | 9 ++++++++- include/amqpcpp/libev.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/include/amqpcpp.h b/include/amqpcpp.h index 85b7867..f002eae 100644 --- a/include/amqpcpp.h +++ b/include/amqpcpp.h @@ -3,7 +3,8 @@ * * Starting point for all includes of the Copernica AMQP library * - * @documentation public + * @author Emiel Bruijntjes + * @copyright 2015 - 2018 Copernica BV */ #pragma once @@ -77,3 +78,9 @@ #include "amqpcpp/connectionhandler.h" #include "amqpcpp/connectionimpl.h" #include "amqpcpp/connection.h" + +// tcp level includes +#include "amqpcpp/tcphandler.h" +#include "amqpcpp/tcpconnection.h" +#include "amqpcpp/tcpchannel.h" + diff --git a/include/amqpcpp/libev.h b/include/amqpcpp/libev.h index 9e6ea1a..d14a3b6 100644 --- a/include/amqpcpp/libev.h +++ b/include/amqpcpp/libev.h @@ -8,7 +8,7 @@ * Compile with: "g++ -std=c++11 libev.cpp -lamqpcpp -lev -lpthread" * * @author Emiel Bruijntjes - * @copyright 2015 Copernica BV + * @copyright 2015 - 2018 Copernica BV */ /**