From a4d7eef5cd5e946f30c386e1f4fe790f6d5574ad Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 11 Jun 2008 01:18:20 +0000 Subject: [PATCH] Fix some includes in Thrift.{h,cpp}. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666494 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/Thrift.cpp | 1 + lib/cpp/src/Thrift.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/src/Thrift.cpp b/lib/cpp/src/Thrift.cpp index 9ccea08c..da21d33d 100644 --- a/lib/cpp/src/Thrift.cpp +++ b/lib/cpp/src/Thrift.cpp @@ -5,6 +5,7 @@ // http://developers.facebook.com/thrift/ #include +#include #include #include diff --git a/lib/cpp/src/Thrift.h b/lib/cpp/src/Thrift.h index deaaf78f..4d2ff204 100644 --- a/lib/cpp/src/Thrift.h +++ b/lib/cpp/src/Thrift.h @@ -21,7 +21,6 @@ #include #include #include -#include #include "TLogging.h" -- 2.17.1