diff options
author | Ted Ross <tross@apache.org> | 2011-10-18 14:10:06 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2011-10-18 14:10:06 +0000 |
commit | adff7ec50a3d33a7934034ee246d2d1f557b237e (patch) | |
tree | 6c00e791ae4ccf38036614d6a2a618e6efe128e6 /cpp | |
parent | 5a5e04545e7e45977efaf077da21b64f870caf04 (diff) | |
download | qpid-python-adff7ec50a3d33a7934034ee246d2d1f557b237e.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.cpp | 1 |
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> |