diff options
author | Ted Ross <tross@apache.org> | 2010-02-27 00:38:13 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-02-27 00:38:13 +0000 |
commit | acf3a1931ec404d1b02a2e115ef18e531d3924e4 (patch) | |
tree | 2a0b998795a676bae4ddc53cdacc82197885f771 /qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp | |
parent | 3296ad1ca8f77bf82fe9fd059c5e44580a4f2f4b (diff) | |
download | qpid-python-acf3a1931ec404d1b02a2e115ef18e531d3924e4.tar.gz |
Rebased the wmf branch to the trunk.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmf-devel0.7@916887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp')
-rw-r--r-- | qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp b/qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp index 670ee385a3..9216f7bac0 100644 --- a/qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp +++ b/qpid/cpp/src/qmf/engine/ObjectIdImpl.cpp @@ -19,6 +19,7 @@ #include "qmf/engine/ObjectIdImpl.h" #include <stdlib.h> +#include <sstream> using namespace std; using namespace qmf::engine; |