From 65803d93db5b08e5a87e71797438046e0859758e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 1 Oct 2021 20:40:04 +0100 Subject: [PATCH] [Minor] Add missing include --- src/libutil/mem_pool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libutil/mem_pool.h b/src/libutil/mem_pool.h index d3927a1bc3..220d8f3896 100644 --- a/src/libutil/mem_pool.h +++ b/src/libutil/mem_pool.h @@ -398,7 +398,8 @@ GList *rspamd_mempool_glist_append (rspamd_mempool_t *pool, #endif #ifdef __cplusplus -#include /* For allocator */ +#include /* For std::runtime_error */ + namespace rspamd { template -- 2.47.3