From 5a9ddfad39f1e742127cecfd0360a14b863162db Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 28 Mar 2012 21:00:40 +0000 Subject: QPID-3921: C++ header files need tidyup Tidied up header use of FieldValue.h - Removed all unnecessary includes of FieldValue.h from other header files especially Array.h. (This avoids the world recompiling when working on FieldValue!) - Corrected up header guards in Array.h git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1306595 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/UrlArray.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/UrlArray.cpp') diff --git a/cpp/src/qpid/UrlArray.cpp b/cpp/src/qpid/UrlArray.cpp index 489309c8ad..9ebacbd945 100644 --- a/cpp/src/qpid/UrlArray.cpp +++ b/cpp/src/qpid/UrlArray.cpp @@ -20,6 +20,8 @@ */ #include "UrlArray.h" +#include + namespace qpid { std::vector urlArrayToVector(const framing::Array& array) { -- cgit v1.2.1