~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/real.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:
22
22
 
23
23
#include CSTDINT_H
24
24
#include <cassert>
 
25
#if defined(HAVE_IEEEFP_H)
 
26
# include <ieeefp.h>
 
27
#endif
25
28
#include CMATH_H
26
29
 
27
30
#if defined(CMATH_NAMESPACE)