summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-10-18 14:10:06 +0000
committerTed Ross <tross@apache.org>2011-10-18 14:10:06 +0000
commit36f870289981b288d77e29dcaa6beb023254cf08 (patch)
tree6c00e791ae4ccf38036614d6a2a618e6efe128e6 /cpp
parent79a1ffc04a63c890e55d73c03bff6356d302ecb8 (diff)
downloadqpid-python-36f870289981b288d77e29dcaa6beb023254cf08.tar.gz
QPID-2323 - Fixed a build error by adding a missing include.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1185673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/types/Uuid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/types/Uuid.cpp b/cpp/src/qpid/types/Uuid.cpp
index 74fddddcd0..9862fa8946 100644
--- a/cpp/src/qpid/types/Uuid.cpp
+++ b/cpp/src/qpid/types/Uuid.cpp
@@ -20,6 +20,7 @@
*/
#include "qpid/types/Uuid.h"
#include "qpid/sys/uuid.h"
+#include "qpid/sys/IntegerTypes.h"
#include <sstream>
#include <iostream>
#include <string.h>