diff --git a/src/cppcommon/typedefs.h b/src/cppcommon/typedefs.h index 45e061b..37630ad 100644 --- a/src/cppcommon/typedefs.h +++ b/src/cppcommon/typedefs.h @@ -7,10 +7,10 @@ #include #include +#include namespace CPPCOMMON { - typedef unsigned int uint; typedef std::vector Unicode; typedef std::vector::const_iterator UnicodeConstIterator; }