~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/string.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 * Copyright (c) 2010, Brian Aker
 
4
 * Copyright (C) 2010 Brian Aker
5
5
 * All rights reserved.
6
6
 *
7
7
 * Redistribution and use in source and binary forms, with or without
36
36
#ifndef DRIZZLED_UTIL_STRING_H
37
37
#define DRIZZLED_UTIL_STRING_H
38
38
 
 
39
#include <utility>
39
40
#include <string>
 
41
#include <vector>
 
42
 
40
43
#include <boost/algorithm/string/predicate.hpp>
41
44
#include <boost/functional/hash.hpp>
 
45
#include <boost/shared_ptr.hpp>
42
46
 
43
47
namespace drizzled
44
48
{