diff options
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh new file mode 100644 index 0000000..1618bc1 --- /dev/null +++ b/src/common.hh @@ -0,0 +1,6 @@ +#ifndef COMMON_HH +#define COMMON_HH + +#include <assert.h> + +#endif // COMMON_HH |
