diff options
Diffstat (limited to 'cpp/src/qpid/broker/TxBuffer.cpp')
-rw-r--r-- | cpp/src/qpid/broker/TxBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/TxBuffer.cpp b/cpp/src/qpid/broker/TxBuffer.cpp index 920b9862b0..35fbe81846 100644 --- a/cpp/src/qpid/broker/TxBuffer.cpp +++ b/cpp/src/qpid/broker/TxBuffer.cpp @@ -15,7 +15,7 @@ * limitations under the License. * */ -#include "qpid/broker/TxBuffer.h" +#include <qpid/broker/TxBuffer.h> using std::mem_fun; using namespace qpid::broker; |