THRIFT-325. Include t_generator.h in main.cc
authorDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:27:48 +0000 (20:27 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:27:48 +0000 (20:27 +0000)
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

compiler/cpp/src/main.cc

index 8c3903a..1728fac 100644 (file)
@@ -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"