diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:36:30 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:36:30 +0000 |
commit | fad74cee5d3cc7f1efb48adafdf52f4242019e54 (patch) | |
tree | 274f853bcf990a449e8685b29975feaa1b29f4fc /cpp/src/qpid/console/Schema.cpp | |
parent | aadd7014f6af5c1168935175123b3b3e68886267 (diff) | |
download | qpid-python-fad74cee5d3cc7f1efb48adafdf52f4242019e54.tar.gz |
Namespace and IntegerTypes.h tweaks to build on Windows Visual C++
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/console/Schema.cpp')
-rw-r--r-- | cpp/src/qpid/console/Schema.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/console/Schema.cpp b/cpp/src/qpid/console/Schema.cpp index 31d947cdd5..9b4312d11f 100644 --- a/cpp/src/qpid/console/Schema.cpp +++ b/cpp/src/qpid/console/Schema.cpp @@ -24,6 +24,7 @@ #include "qpid/framing/FieldTable.h" using namespace qpid::console; +using namespace qpid; using std::string; using std::vector; |