~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/registry.h

Merged in plugin-slot-reorg patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <map>
24
24
#include <set>
25
25
#include <string>
 
26
#include <vector>
26
27
#include <algorithm>
27
28
#include <functional>
28
29