From 588219ac990912cecf77c90eaa77fba3dcdd5668 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 25 Feb 2010 20:53:08 +0000 Subject: Removed unecessary include of Msg.h in Exception.h git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916453 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/engine/SchemaImpl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src/qmf/engine/SchemaImpl.h') diff --git a/qpid/cpp/src/qmf/engine/SchemaImpl.h b/qpid/cpp/src/qmf/engine/SchemaImpl.h index 7be757ee8d..8b079a5ec6 100644 --- a/qpid/cpp/src/qmf/engine/SchemaImpl.h +++ b/qpid/cpp/src/qmf/engine/SchemaImpl.h @@ -21,9 +21,11 @@ */ #include "qmf/engine/Schema.h" +#include "qpid/framing/Buffer.h" + #include #include -#include +#include namespace qmf { namespace engine { -- cgit v1.2.1