Author: dreiss
Date: Tue Feb 17 20:27:48 2009
New Revision: 745230

URL: http://svn.apache.org/viewvc?rev=745230&view=rev
Log:
THRIFT-325. Include t_generator.h in main.cc

I'm about to remove all of the generator includes, but we'll still need
the generic header for the generator registry and interface.

Modified:
    incubator/thrift/trunk/compiler/cpp/src/main.cc

Modified: incubator/thrift/trunk/compiler/cpp/src/main.cc
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/main.cc?rev=745230&r1=745229&r2=745230&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/main.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/main.cc Tue Feb 17 20:27:48 2009
@@ -36,6 +36,7 @@
 #include "main.h"
 #include "parse/t_program.h"
 #include "parse/t_scope.h"
+#include "generate/t_generator.h"
 #include "generate/t_php_generator.h"
 #include "generate/t_xsd_generator.h"
 #include "generate/t_erl_generator.h"


Reply via email to