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)
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

index 3422e48f9d49c97bfabb0e72012a1ecb6440e299..caee2a1c27057f9ef5a1288680a599d2dbf63b63 100644 (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; }