From 63608e8017896253c9d3c11854437602e046906d Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Thu, 26 Oct 2006 05:06:26 +0000 Subject: [PATCH] Include not "time.h" Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664855 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/TLogging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/src/TLogging.h b/lib/cpp/src/TLogging.h index 3180d67a..6d82caf1 100644 --- a/lib/cpp/src/TLogging.h +++ b/lib/cpp/src/TLogging.h @@ -7,7 +7,7 @@ * @author Aditya Agarwal */ -#include "time.h" +#include #include /** -- 2.17.1