diff options
Diffstat (limited to 'cpp/src/qpid/framing')
| -rw-r--r-- | cpp/src/qpid/framing/AMQMethodBody.h | 4 | ||||
| -rw-r--r-- | cpp/src/qpid/framing/Handler.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/framing/AMQMethodBody.h b/cpp/src/qpid/framing/AMQMethodBody.h index a38726b0fc..c7e8931835 100644 --- a/cpp/src/qpid/framing/AMQMethodBody.h +++ b/cpp/src/qpid/framing/AMQMethodBody.h @@ -24,10 +24,10 @@ #include "amqp_types.h" #include "AMQBody.h" #include "qpid/framing/ProtocolVersion.h" -#include "qpid/shared_ptr.h" #include "qpid/CommonImportExport.h" -#include <ostream> +#include <boost/shared_ptr.hpp> +#include <ostream> #include <assert.h> namespace qpid { diff --git a/cpp/src/qpid/framing/Handler.h b/cpp/src/qpid/framing/Handler.h index e07a803e17..fa8db36f49 100644 --- a/cpp/src/qpid/framing/Handler.h +++ b/cpp/src/qpid/framing/Handler.h @@ -21,7 +21,7 @@ * under the License. * */ -#include "qpid/shared_ptr.h" +#include <boost/shared_ptr.hpp> #include <boost/type_traits/remove_reference.hpp> #include <assert.h> |
