summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/ObjectId.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qmf/ObjectId.h')
-rw-r--r--cpp/src/qmf/ObjectId.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qmf/ObjectId.h b/cpp/src/qmf/ObjectId.h
index d27c804773..1ceae20bd8 100644
--- a/cpp/src/qmf/ObjectId.h
+++ b/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();