#ifndef CPPCOMMON_TYPEDEFS_H #define CPPCOMMON_TYPEDEFS_H namespace CPPCOMMON { typedef unsigned int uint; } #endif