diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-05-26 22:39:05 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-26 22:39:05 +0000 |
| commit | cc950c29b060874322441853975a7340b608fc00 (patch) | |
| tree | 9811acef8f45d0c12b22cccc9a089b669b2831c0 /cpp | |
| parent | 0c30ca90a6820dd152677c3c0966a6a20fd377bb (diff) | |
| download | qpid-python-cc950c29b060874322441853975a7340b608fc00.tar.gz | |
Small include file fix highlighted by using gcc4.4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qmf/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/Message.h b/cpp/src/qmf/Message.h index 7b3745b723..52b8ba72d3 100644 --- a/cpp/src/qmf/Message.h +++ b/cpp/src/qmf/Message.h @@ -20,7 +20,7 @@ * under the License. */ -#include <string> +#include "qpid/sys/IntegerTypes.h" namespace qmf { |
