summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Exchange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/Exchange.cpp')
-rw-r--r--cpp/src/qpid/client/Exchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Exchange.cpp b/cpp/src/qpid/client/Exchange.cpp
index 078f15c3a7..e2af7440b1 100644
--- a/cpp/src/qpid/client/Exchange.cpp
+++ b/cpp/src/qpid/client/Exchange.cpp
@@ -15,7 +15,7 @@
* limitations under the License.
*
*/
-#include "qpid/client/Exchange.h"
+#include <qpid/client/Exchange.h>
qpid::client::Exchange::Exchange(std::string _name, std::string _type) : name(_name), type(_type){}
const std::string& qpid::client::Exchange::getName() const { return name; }