From 2970078e8a383be527c6a80c7fdd9b548e3895ca Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 12 Dec 2006 12:57:08 +0000 Subject: Renamed Content.h (and Content.cpp for consistency) in framing to avoid clashing with existing Content.h file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486119 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/framing/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/common/framing/Buffer.cpp') diff --git a/cpp/lib/common/framing/Buffer.cpp b/cpp/lib/common/framing/Buffer.cpp index 77b000193a..43815c2f1d 100644 --- a/cpp/lib/common/framing/Buffer.cpp +++ b/cpp/lib/common/framing/Buffer.cpp @@ -19,7 +19,7 @@ * */ #include -#include +#include #include qpid::framing::Buffer::Buffer(u_int32_t _size) : size(_size), owner(true), position(0), limit(_size){ -- cgit v1.2.1