~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.cc

  • Committer: Monty Taylor
  • Author(s): iwamatsu at nigauri
  • Date: 2010-04-23 01:02:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1515.
  • Revision ID: mordred@inaugust.com-20100423010240-7aokiwfe35bz4wul
Add cstdio include to files needing it. Fixes the build on some debian
platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
#include <time.h>
51
51
 
 
52
#include <cstdio>
52
53
#include <ostream>
53
54
#include <iomanip>
54
55
#include <vector>