diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-02 20:12:38 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-02 20:12:38 +0000 |
| commit | c88162272d7802103fa4bb8852a32b43673d8955 (patch) | |
| tree | 4ef0ce4dbfc2b0e1cc22dd2f93599d3f53180e85 /cpp/src/qpid/sys/ProtocolFactory.h | |
| parent | 32716cfa7eb0edce0c7e7e4828f7122b369ebf4c (diff) | |
| download | qpid-python-c88162272d7802103fa4bb8852a32b43673d8955.tar.gz | |
Resolve QPID-1311
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@701231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/ProtocolFactory.h')
| -rw-r--r-- | cpp/src/qpid/sys/ProtocolFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/ProtocolFactory.h b/cpp/src/qpid/sys/ProtocolFactory.h index 4aa14d2cf6..2a77adc9c4 100644 --- a/cpp/src/qpid/sys/ProtocolFactory.h +++ b/cpp/src/qpid/sys/ProtocolFactory.h @@ -22,7 +22,7 @@ * */ -#include <stdint.h> +#include "qpid/sys/IntegerTypes.h" #include "qpid/SharedObject.h" #include "ConnectionCodec.h" #include <boost/function.hpp> |
