~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 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
using namespace std;
21
20
#include <drizzled/server_includes.h>
22
21
#include CSTDINT_H
23
22
#include <drizzled/functions/round.h>
 
23
#include CMATH_H
 
24
 
 
25
#if defined(CMATH_NAMESPACE)
 
26
using namespace CMATH_NAMESPACE;
 
27
#endif
 
28
using namespace std;
24
29
 
25
30
void Item_func_round::fix_length_and_dec()
26
31
{