From 44ca48cb013d6838dd606dcc5c8c47c5e2d74e60 Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Mon, 26 Aug 2013 18:41:56 +0800 Subject: [PATCH] update cppcommon for rm uint --- src/cppcommon/typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }