From 4a1121fbfee404c39059185fe35a3b2107391da7 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 22 Jun 2009 15:55:38 +0000 Subject: Resolve Windows build errors/warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787286 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/ObjectId.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/qmf/ObjectId.h') diff --git a/qpid/cpp/src/qmf/ObjectId.h b/qpid/cpp/src/qmf/ObjectId.h index d27c804773..1ceae20bd8 100644 --- a/qpid/cpp/src/qmf/ObjectId.h +++ b/qpid/cpp/src/qmf/ObjectId.h @@ -20,13 +20,13 @@ * under the License. */ -#include +#include namespace qmf { // TODO: Add to/from string and << operator - class ObjectIdImpl; + struct ObjectIdImpl; class ObjectId { public: ObjectId(); -- cgit v1.2.1