clocale — Adapt to different cultural conventions

The clocale header file contains definitions for C++ for adapting to different cultural conventions. Include the standard header into a C++ program to effectively include the standard header <locale.h> within the std namespace.
namespace std {
#include <locale.h>
    };