~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/access_method.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-04-17 00:55:13 UTC
  • mto: (1497.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1499.
  • Revision ID: osullivan.padraig@gmail.com-20100417005513-ts2c9wxawp7n43vg
Fixed various compiler errors in access method classes due to forgetting includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/sql_base.h"
28
28
#include "drizzled/show.h"
29
29
 
 
30
 
 
31
namespace drizzled
 
32
{
 
33
 
30
34
/* Forward declarations */
31
35
class Table;
32
36
class JoinTable;
33
37
 
34
 
namespace drizzled
35
 
{
36
38
namespace optimizer
37
39
{
38
40