~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.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:
23
23
 */
24
24
 
25
25
#include "config.h"
 
26
#include <cstdio>
26
27
#include <errno.h>
27
28
#include <float.h>
28
29
#include "drizzled/sql_select.h"