summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-03-10 12:34:49 +0000
committerAlan Conway <aconway@apache.org>2009-03-10 12:34:49 +0000
commit0175e0e6bbcddf16e546779d6827d35cec79208a (patch)
tree5c67b357a091079bab4be534a060793b7797912c /cpp/src/qpid/framing
parentc2aa2f3a3c4141dce6232679227861b083a18c1f (diff)
downloadqpid-python-0175e0e6bbcddf16e546779d6827d35cec79208a.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/framing')
-rw-r--r--cpp/src/qpid/framing/Uuid.h1
1 files changed, 1 insertions, 0 deletions
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 <boost/array.hpp>