diff options
author | Nuno Santos <nsantos@apache.org> | 2012-02-17 20:54:48 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2012-02-17 20:54:48 +0000 |
commit | e07cb7aadb2c76edb92004f368d73cf1085e6aad (patch) | |
tree | 6ba587c9dd746d79877184084a8e4ae3e0a183cd /cpp/src/qpid/sys/Shlib.h | |
parent | 9cd34b79c2cba12e341e7e246cbe41841fb6e6a3 (diff) | |
download | qpid-python-e07cb7aadb2c76edb92004f368d73cf1085e6aad.tar.gz |
more fixes for compilation under fedora 18, new gcc
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/Shlib.h')
-rw-r--r-- | cpp/src/qpid/sys/Shlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/Shlib.h b/cpp/src/qpid/sys/Shlib.h index 7f66cfec14..2ce5a49fcb 100644 --- a/cpp/src/qpid/sys/Shlib.h +++ b/cpp/src/qpid/sys/Shlib.h @@ -23,6 +23,7 @@ */ #include "qpid/CommonImportExport.h" +#include "qpid/sys/IntegerTypes.h" #include <boost/noncopyable.hpp> #include <iostream> |