From 0082bdb1105a6d667612009730d1d89d5edd0a35 Mon Sep 17 00:00:00 2001 From: bertmelis Date: Wed, 1 Oct 2025 10:30:42 +0200 Subject: [PATCH] fix include in outbox --- src/Outbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Outbox.h b/src/Outbox.h index 4f9971c..57d85b2 100644 --- a/src/Outbox.h +++ b/src/Outbox.h @@ -12,9 +12,8 @@ the LICENSE file. #if EMC_USE_MEMPOOL #include "MemoryPool/src/MemoryPool.h" #include "Config.h" -#else - #include // new (std::nothrow) #endif +#include // new, std::nothrow #include // std::forward namespace espMqttClientInternals {