~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/time/microsecond.h

  • Committer: Monty
  • Date: 2008-11-23 09:42:22 UTC
  • mto: This revision was merged to the branch mainline in revision 603.
  • Revision ID: mordred@palanthas.inaugust.com-20081123094222-dkb2ze91dpn1dq87
Fix merge-related build errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTIONS_TIME_MICROSECOND_H
21
21
#define DRIZZLED_FUNCTIONS_TIME_MICROSECOND_H
22
22
 
 
23
#include <drizzled/functions/int.h>
 
24
 
23
25
class Item_func_microsecond :public Item_int_func
24
26
{
25
27
public: