From 0030bef793290b959d99fda1a31843fff56c23d3 Mon Sep 17 00:00:00 2001 From: promero Date: Thu, 7 Jul 2022 11:52:17 +0200 Subject: [PATCH] Fixes #466 --- include/amqpcpp/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/amqpcpp/endian.h b/include/amqpcpp/endian.h index 3e9831c..b790d69 100644 --- a/include/amqpcpp/endian.h +++ b/include/amqpcpp/endian.h @@ -133,6 +133,13 @@ #include +/** + * QNX Neutrino handling + */ +#elif defined(__QNXNTO__) + +#include + /** * Not on apple, and not on windows */