mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 11:12:29 +00:00
6 lines
103 B
C++
6 lines
103 B
C++
#ifndef COMMON_MEM_POOL_HPP
|
|
#define COMMON_MEM_POOL_HPP
|
|
|
|
#include "common/mempool/MemPool.hpp"
|
|
|
|
#endif
|