diff options
Diffstat (limited to 'cpp/src/qpid/framing/AMQDataBlock.h')
-rw-r--r-- | cpp/src/qpid/framing/AMQDataBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/AMQDataBlock.h b/cpp/src/qpid/framing/AMQDataBlock.h index bdb4f55796..c869d2c048 100644 --- a/cpp/src/qpid/framing/AMQDataBlock.h +++ b/cpp/src/qpid/framing/AMQDataBlock.h @@ -15,7 +15,7 @@ * limitations under the License. * */ -#include "qpid/framing/Buffer.h" +#include <qpid/framing/Buffer.h> #ifndef _AMQDataBlock_ #define _AMQDataBlock_ |