~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/master_list_writer.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 03:09:04 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216030904-wfopcvbg81zw0902
Fixed a few things to make VPATH builds work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <iostream>
2
2
#include <fstream>
3
3
#include <string>
4
 
#include "master_list.pb.h"
 
4
#include <drizzled/serialize/master_list.pb.h>
5
5
using namespace std;
6
6
 
7
7
/*