10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
|
#pragma once
|
|
|
|
#if !defined(BAD_APPLE_OS_CMATH_INCLUDED)
|
|
#define BAD_APPLE_OS_CMATH_INCLUDED
|
|
|
|
#include <math.h>
|
|
|
|
#endif // !defined(BAD_APPLE_OS_CMATH_INCLUDED)
|