breaking change: the linux-tcp module is no longer included by default, applications that rely on this now have to explicitly include amcpcpp/linux_tcp
This commit is contained in:
parent
5b8841c937
commit
a025e6c1c9
|
|
@ -80,6 +80,3 @@
|
|||
#include "amqpcpp/connectionimpl.h"
|
||||
#include "amqpcpp/connection.h"
|
||||
|
||||
// tcp level includes
|
||||
#include "amqpcpp/linux_tcp.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue