5 lines
83 B
C++
5 lines
83 B
C++
#ifndef _COMMON_MEMORY_HPP_
|
|
#define _COMMON_MEMORY_HPP_
|
|
#include <memory.h>
|
|
#endif
|