#ifndef CSTDINT_
#define CSTDINT_

namespace std
{
    #include <stdint.h>

} // end of namespace std

#endif
