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.
This commit is contained in:
Nilay Vaish 2011-04-25 12:23:37 -05:00
parent 0554885eb9
commit 9e3cdbf516

View file

@ -37,6 +37,7 @@
#include <string>
#include "base/stats/output.hh"
#include "base/types.hh"
#include "config/use_mysql.hh"
namespace MySQL { class Connection; }