base: include types.hh in base/stats/mysql.hh
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 25 Apr 2011 17:23:37 +0000 (12:23 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 25 Apr 2011 17:23:37 +0000 (12:23 -0500)
commit9e3cdbf516b0be66dcbe760b190cb5fae04c240c
tree33366d88f919fa73950c27c7c8a543bfd81f33eb
parent0554885eb941d547eca3400566fb9636599c1b39
base: include types.hh in base/stats/mysql.hh
Due to certain changes made via changeset 8229, the compilation was failing
in certain cases. The compiler pointed to base/stats/mysql.hh for not naming
a certain types like uint64_t. To rectify this, base/types.hh is being
included in base/stats/mysql.hh.
src/base/stats/mysql.hh