Skip to content

Commit

Permalink
[Minor] Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 1, 2021
1 parent 11edb8d commit 65803d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libutil/mem_pool.h
Expand Up @@ -398,7 +398,8 @@ GList *rspamd_mempool_glist_append (rspamd_mempool_t *pool,
#endif

#ifdef __cplusplus
#include <memory> /* For allocator */
#include <stdexcept> /* For std::runtime_error */

namespace rspamd {

template<class T>
Expand Down

0 comments on commit 65803d9

Please sign in to comment.