~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.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:
21
21
  Sum functions (COUNT, MIN...)
22
22
*/
23
23
#include "config.h"
 
24
#include <cstdio>
24
25
#include <math.h>
25
26
#include <drizzled/sql_select.h>
26
27
#include <drizzled/error.h>