stats: forgot an include for the mysql stuff
authorNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
src/base/stats/mysql.cc

index 9adc071473da7b357a2c7f04e2cc13977a3f6ea9..605075009de434d94bf5e7e7c04038e2eee81ddd 100644 (file)
@@ -36,6 +36,7 @@
 
 #include "base/misc.hh"
 #include "base/mysql.hh"
+#include "base/statistics.hh"
 #include "base/stats/info.hh"
 #include "base/stats/mysql.hh"
 #include "base/stats/mysql_run.hh"