~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/func.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:
28
28
 
29
29
#include <drizzled/functions/int.h>
30
30
#include CMATH_H
 
31
#include <drizzled/util/math.h>
31
32
 
32
33
#if defined(CMATH_NAMESPACE)
33
34
using namespace CMATH_NAMESPACE;