stats: forgot an include for the mysql stuff

This commit is contained in:
Nathan Binkert 2009-05-11 11:18:09 -07:00
parent 5b752c1e31
commit 5de3b2b6f0

View 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"