diff options
Diffstat (limited to 'cpp/src/qpid/framing')
| -rw-r--r-- | cpp/src/qpid/framing/amqp_types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/amqp_types.h b/cpp/src/qpid/framing/amqp_types.h index a4725dcbc5..3d8e9632c0 100644 --- a/cpp/src/qpid/framing/amqp_types.h +++ b/cpp/src/qpid/framing/amqp_types.h @@ -33,6 +33,13 @@ typedef unsigned __int64 u_int64_t; #ifndef AMQP_TYPES_H #define AMQP_TYPES_H +namespace qpid +{ +namespace framing +{ + using std::string; +} +} #endif |
