#ifndef CLOCALE_
#define CLOCALE_

namespace std
{
    #include <locale.h>

} // end of namespace std

#endif
