diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-08 16:13:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-08 16:13:18 +0000 |
| commit | 2f747f62dd8c71e41675b4ea6de0385604e81d75 (patch) | |
| tree | 60754560fda6fd0b39c1a0f47c45e6ea72e981de /cpp/src/qpid/framing | |
| parent | 251fc8cdea1e5f6ad76b0264a0e59c146a9e50b6 (diff) | |
| download | qpid-python-2f747f62dd8c71e41675b4ea6de0385604e81d75.tar.gz | |
Add uuid wrapper for Windows; resolves QPID-1328
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing')
| -rw-r--r-- | cpp/src/qpid/framing/Uuid.h | 4 |
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 { |
