From: Vsevolod Stakhov Date: Fri, 1 Oct 2021 19:40:04 +0000 (+0100) Subject: [Minor] Add missing include X-Git-Tag: 3.1~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65803d93db5b08e5a87e71797438046e0859758e;p=thirdparty%2Frspamd.git [Minor] Add missing include --- 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