~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/round.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 21:00:47 UTC
  • mfrom: (520.9.5 devel)
  • Revision ID: brian@tangent.org-20081103210047-wfkeyyefrfl2vh4l
Merge from Monty

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;