build: need to include cstdio
authorNathan Binkert <nate@binkert.org>
Sat, 23 Jan 2010 22:02:03 +0000 (14:02 -0800)
committerNathan Binkert <nate@binkert.org>
Sat, 23 Jan 2010 22:02:03 +0000 (14:02 -0800)
src/base/stats/mysql.cc

index 1e3ab0f84ae0e36559b1c31b17019aa358c1bfb9..cfac9a22601aa274b5568cc7bd53764d698d01b0 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 #include <cassert>
+#include <cstdio>
 #include <map>
 #include <sstream>
 #include <string>