From: David Reiss Date: Thu, 27 Mar 2008 21:39:52 +0000 (+0000) Subject: Include in main.cc. X-Git-Tag: 0.2.0~885 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f10984b5890af0b662e46f6d594a8ebf3c35027a;p=common%2Fthrift.git Include in main.cc. We are doing an assert in main, but the assert header is being pulled in by an include that is about to go. Make it explicit. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index e44c9b3e..6b80ff5e 100644 --- a/compiler/cpp/src/main.cc +++ b/compiler/cpp/src/main.cc @@ -15,6 +15,7 @@ * @author Mark Slee */ +#include #include #include #include