Repository: qpid-interop-test Updated Branches: refs/heads/master 69f02aad6 -> 73d7b9c08
QPIDIT-67: Additional #include needed on some versions of Fedora Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/73d7b9c0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/73d7b9c0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/73d7b9c0 Branch: refs/heads/master Commit: 73d7b9c08f43c619f88cf40dd3718923a834a90b Parents: 69f02aa Author: Kim van der Riet <[email protected]> Authored: Mon Dec 19 17:04:25 2016 -0500 Committer: Kim van der Riet <[email protected]> Committed: Mon Dec 19 17:04:25 2016 -0500 ---------------------------------------------------------------------- shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/73d7b9c0/shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp ---------------------------------------------------------------------- diff --git a/shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp b/shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp index 264f3c6..07c3f05 100644 --- a/shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp +++ b/shims/qpid-proton-cpp/src/qpidit/JmsTestBase.hpp @@ -22,6 +22,7 @@ #ifndef SRC_QPIDIT_JMSTESTBASE_HPP_ #define SRC_QPIDIT_JMSTESTBASE_HPP_ +#include <stdint.h> #include <map> #include "proton/messaging_handler.hpp" #include "proton/symbol.hpp" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
