fix includes because existing code was no longer compiling after the latest changes

This commit is contained in:
Aljar Meesters 2018-01-30 10:45:16 +01:00
parent 3d823adb51
commit c287382770
2 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,8 @@
*
* Starting point for all includes of the Copernica AMQP library
*
* @documentation public
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
* @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"

View File

@ -8,7 +8,7 @@
* Compile with: "g++ -std=c++11 libev.cpp -lamqpcpp -lev -lpthread"
*
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
* @copyright 2015 Copernica BV
* @copyright 2015 - 2018 Copernica BV
*/
/**