13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
|
|
#pragma once
|
|
|
|
#if !defined(BAD_APPLE_OS_ALGORITHM_INCLUDED)
|
|
#define BAD_APPLE_OS_ALGORITHM_INCLUDED
|
|
|
|
namespace std
|
|
{
|
|
|
|
}
|
|
|
|
#endif // !defined(BAD_APPLE_OS_ALGORITHM_INCLUDED)
|