From ab55ed53e32d0efdfc6e4122631ea5d219acf185 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 11 Jun 2008 01:17:00 +0000 Subject: [PATCH] Include limits.h in the compiler for PATH_MAX git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666491 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index f2f3a9b1..c6a848b5 100644 --- a/compiler/cpp/src/main.cc +++ b/compiler/cpp/src/main.cc @@ -24,10 +24,10 @@ #include #include #include +#include #ifdef MINGW # include /* for GetFullPathName */ -# include #endif // Careful: must include globals first for extern definitions -- 2.17.1