~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session/state.h

  • Committer: Andrew Hutchings
  • Date: 2011-04-15 17:07:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2291.
  • Revision ID: andrew@linuxjedi.co.uk-20110415170700-w1detia93ou0qkat
Fix state.h for GCC 4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#pragma once
22
22
 
23
23
#include <vector>
 
24
#include <cstring>
24
25
 
25
26
namespace drizzled {
26
27
namespace session {