summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing')
-rw-r--r--cpp/src/qpid/framing/Uuid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/Uuid.h b/cpp/src/qpid/framing/Uuid.h
index 310d95a6cc..4e5de9ce41 100644
--- a/cpp/src/qpid/framing/Uuid.h
+++ b/cpp/src/qpid/framing/Uuid.h
@@ -19,13 +19,13 @@
*
*/
+#include "qpid/sys/uuid.h"
+
#include <boost/array.hpp>
#include <ostream>
#include <istream>
-#include <uuid/uuid.h>
-
namespace qpid {
namespace framing {