diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-06-22 15:55:38 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-06-22 15:55:38 +0000 |
| commit | 4a1121fbfee404c39059185fe35a3b2107391da7 (patch) | |
| tree | 8f580da7536d54689d19ac1faf0b8ec7fd62f7d8 /qpid/cpp/src/qmf/ObjectId.h | |
| parent | a2675b4c60e953fd1d39aa731f9d35a5924f0a7a (diff) | |
| download | qpid-python-4a1121fbfee404c39059185fe35a3b2107391da7.tar.gz | |
Resolve Windows build errors/warnings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/ObjectId.h')
| -rw-r--r-- | qpid/cpp/src/qmf/ObjectId.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qmf/ObjectId.h b/qpid/cpp/src/qmf/ObjectId.h index d27c804773..1ceae20bd8 100644 --- a/qpid/cpp/src/qmf/ObjectId.h +++ b/qpid/cpp/src/qmf/ObjectId.h @@ -20,13 +20,13 @@ * under the License. */ -#include <stdint.h> +#include <qpid/sys/IntegerTypes.h> namespace qmf { // TODO: Add to/from string and << operator - class ObjectIdImpl; + struct ObjectIdImpl; class ObjectId { public: ObjectId(); |
