From f10984b5890af0b662e46f6d594a8ebf3c35027a Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 27 Mar 2008 21:39:52 +0000 Subject: [PATCH] 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 --- compiler/cpp/src/main.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.17.1