~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/round.cc

  • Committer: mordred
  • Date: 2008-11-03 19:16:14 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103191614-baivj0p2wjudgaj2
zomg. Solaris actually builds all the way!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include CSTDINT_H
22
22
#include <drizzled/functions/round.h>
23
23
#include CMATH_H
 
24
#include <drizzled/util/math.h>
24
25
 
25
26
#if defined(CMATH_NAMESPACE)
26
27
using namespace CMATH_NAMESPACE;