From: David Reiss Date: Wed, 22 Oct 2008 22:07:00 +0000 (+0000) Subject: Add a missing include to fix compilation on Ubuntu 8.10 X-Git-Tag: 0.2.0~421 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=80096e278c9700d4dcbe1050aca8bef987cc425f;p=common%2Fthrift.git Add a missing include to fix compilation on Ubuntu 8.10 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@707212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/generate/t_oop_generator.h b/compiler/cpp/src/generate/t_oop_generator.h index 3150954d..46fb8fb0 100644 --- a/compiler/cpp/src/generate/t_oop_generator.h +++ b/compiler/cpp/src/generate/t_oop_generator.h @@ -10,6 +10,8 @@ #include "globals.h" #include "t_generator.h" +#include + /** * Class with utility methods shared across common object oriented languages. * Specifically, most of this stuff is for C++/Java.