summaryrefslogtreecommitdiff
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
commitb77b6183fe8b76f108dc50f189ebe7e12ab661f6 (patch)
tree4e2252ca1926f2a5460fe6ab97b288d443a0028e
parenta687cefcf9e6b7063749ed2827e28b6cd4d2528e (diff)
downloadqpid-python-b77b6183fe8b76f108dc50f189ebe7e12ab661f6.tar.gz
QPID-2323 - Fixed a build error by adding a missing include.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1185673 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/types/Uuid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/types/Uuid.cpp b/qpid/cpp/src/qpid/types/Uuid.cpp
index 74fddddcd0..9862fa8946 100644
--- a/qpid/cpp/src/qpid/types/Uuid.cpp
+++ b/qpid/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>