~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

merge with the latest code from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
# include <cstddef>
42
42
# include <cassert>
43
43
# include <cerrno>
 
44
# include <sstream>
44
45
#else
45
46
# include <stdint.h>
46
47
# include <inttypes.h>