changeset ea37585785ab in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=ea37585785ab
description:
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.
diffstat:
src/base/stats/mysql.hh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r de679a068dd8 -r ea37585785ab src/base/stats/mysql.hh
--- a/src/base/stats/mysql.hh Sat Apr 23 15:02:29 2011 -0700
+++ b/src/base/stats/mysql.hh Mon Apr 25 12:23:37 2011 -0500
@@ -37,6 +37,7 @@
#include <string>
#include "base/stats/output.hh"
+#include "base/types.hh"
#include "config/use_mysql.hh"
namespace MySQL { class Connection; }
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev