From 0175e0e6bbcddf16e546779d6827d35cec79208a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 10 Mar 2009 12:34:49 +0000 Subject: Add missing #includes to build with gcc 4.4. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752092 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/Uuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/framing') diff --git a/cpp/src/qpid/framing/Uuid.h b/cpp/src/qpid/framing/Uuid.h index 2fcbb5a261..7037c5be29 100644 --- a/cpp/src/qpid/framing/Uuid.h +++ b/cpp/src/qpid/framing/Uuid.h @@ -20,6 +20,7 @@ */ #include "qpid/sys/uuid.h" +#include "qpid/sys/IntegerTypes.h" #include -- cgit v1.2.1