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 | 7be2d8378054d0f333896721cc10da8667d778ae (patch) | |
tree | c5fc33c8f28e4fd6aecb050ac1c0e712b74bfdbf /qpid/cpp/src | |
parent | b9ce6e056f3ec10fc0efc710a29e2b9d60657c27 (diff) | |
download | qpid-python-7be2d8378054d0f333896721cc10da8667d778ae.tar.gz |
Small include file fix highlighted by using gcc4.4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@778914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/qmf/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qmf/Message.h b/qpid/cpp/src/qmf/Message.h index 7b3745b723..52b8ba72d3 100644 --- a/qpid/cpp/src/qmf/Message.h +++ b/qpid/cpp/src/qmf/Message.h @@ -20,7 +20,7 @@ * under the License. */ -#include <string> +#include "qpid/sys/IntegerTypes.h" namespace qmf { |