diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-01 20:17:35 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-01 20:17:35 +0000 |
commit | 5f0f7edc1f366cfd8981a29319130aa72b65efa3 (patch) | |
tree | 6b1b247692f08526510a7caccc0a61274afe73a0 | |
parent | b1f0c45b454f0161ac85c09551996fc38e97a525 (diff) | |
download | qpid-python-5f0f7edc1f366cfd8981a29319130aa72b65efa3.tar.gz |
header path fix
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@581060 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/tests/perftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp index 3b6859eff9..d16ebd43de 100644 --- a/cpp/src/tests/perftest.cpp +++ b/cpp/src/tests/perftest.cpp @@ -26,7 +26,7 @@ #include "qpid/client/Queue.h" #include "qpid/client/Connection.h" #include "qpid/client/MessageListener.h" -#include <qpid/client/Message.h> +#include "qpid/client/Message.h" #include "qpid/QpidError.h" #include "qpid/sys/Monitor.h" #include "qpid/sys/Time.h" |