ソースを参照

[Minor] Add missing include

tags/3.1
Vsevolod Stakhov 2年前
コミット
65803d93db
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      src/libutil/mem_pool.h

+ 2
- 1
src/libutil/mem_pool.h ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存