Return-Path: X-Original-To: apmail-avro-commits-archive@www.apache.org Delivered-To: apmail-avro-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DDEFDAFE for ; Mon, 20 Aug 2012 08:04:22 +0000 (UTC) Received: (qmail 85133 invoked by uid 500); 20 Aug 2012 08:04:22 -0000 Delivered-To: apmail-avro-commits-archive@avro.apache.org Received: (qmail 85087 invoked by uid 500); 20 Aug 2012 08:04:21 -0000 Mailing-List: contact commits-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list commits@avro.apache.org Received: (qmail 85077 invoked by uid 99); 20 Aug 2012 08:04:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 08:04:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 08:04:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 72B5123888FE for ; Mon, 20 Aug 2012 08:03:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1374938 - in /avro/trunk: CHANGES.txt lang/c++/api/buffer/Buffer.hh Date: Mon, 20 Aug 2012 08:03:35 -0000 To: commits@avro.apache.org From: thiru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120820080335.72B5123888FE@eris.apache.org> Author: thiru Date: Mon Aug 20 08:03:34 2012 New Revision: 1374938 URL: http://svn.apache.org/viewvc?rev=1374938&view=rev Log: Buffer.hh includes Config.hh without "../" Modified: avro/trunk/CHANGES.txt avro/trunk/lang/c++/api/buffer/Buffer.hh Modified: avro/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1374938&r1=1374937&r2=1374938&view=diff ============================================================================== --- avro/trunk/CHANGES.txt (original) +++ avro/trunk/CHANGES.txt Mon Aug 20 08:03:34 2012 @@ -19,6 +19,8 @@ Avro 1.7.2 (unreleased) AVRO-1135. Avro C++ fails to build on Mac. (thiru) + AVRO-1140. Buffer.hh includes Config.hh without "../" (Jan van der Lugt via thiru) + Avro 1.7.1 (16 July 2012) NEW FEATURES Modified: avro/trunk/lang/c++/api/buffer/Buffer.hh URL: http://svn.apache.org/viewvc/avro/trunk/lang/c%2B%2B/api/buffer/Buffer.hh?rev=1374938&r1=1374937&r2=1374938&view=diff ============================================================================== --- avro/trunk/lang/c++/api/buffer/Buffer.hh (original) +++ avro/trunk/lang/c++/api/buffer/Buffer.hh Mon Aug 20 08:03:34 2012 @@ -25,7 +25,7 @@ #include #include -#include "Config.hh" +#include "../Config.hh" #include "detail/BufferDetail.hh" #include "detail/BufferDetailIterator.hh"