4 lines
82 B
C++
4 lines
82 B
C++
#ifndef _COMMON_ASSERT_HPP_
|
|
#define _COMMON_ASSERT_HPP_
|
|
#include <assert.h>
|
|
#endif |