mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
6 lines
121 B
C++
6 lines
121 B
C++
#ifndef COMMON_DATA_ALLOCATOR_HPP
|
|
#define COMMON_DATA_ALLOCATOR_HPP
|
|
|
|
#include "common/memory/CDataAllocator.hpp"
|
|
|
|
#endif
|