From: David Reiss Date: Tue, 17 Feb 2009 20:27:48 +0000 (+0000) Subject: THRIFT-325. Include t_generator.h in main.cc X-Git-Tag: 0.2.0~301 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=bbbbe880a08517a1b34f1526381e077b5a2168f6;p=common%2Fthrift.git 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. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745230 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index 8c3903a3..1728facf 100644 --- a/compiler/cpp/src/main.cc +++ b/compiler/cpp/src/main.cc @@ -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"