diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:08:53 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:08:53 +0000 |
commit | aadd7014f6af5c1168935175123b3b3e68886267 (patch) | |
tree | fb2d5b57374e3938f10c249be50b0de27dbce1bf /cpp/src/qpid/console/Value.cpp | |
parent | bf6ea8120caeb9ed44e9c9ccdfad052a78cef318 (diff) | |
download | qpid-python-aadd7014f6af5c1168935175123b3b3e68886267.tar.gz |
Resolve some compile errors on Windows qmfconsole
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/console/Value.cpp')
-rw-r--r-- | cpp/src/qpid/console/Value.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/console/Value.cpp b/cpp/src/qpid/console/Value.cpp index 532709ab05..1a7f690baf 100644 --- a/cpp/src/qpid/console/Value.cpp +++ b/cpp/src/qpid/console/Value.cpp @@ -22,6 +22,7 @@ #include "Value.h" #include "qpid/framing/Buffer.h" +using namespace qpid; using namespace qpid::console; using namespace std; |