Repository: qpid-proton Updated Branches: refs/heads/master 929f8a5e8 -> 05451b272
PROTON-1383: [C++ binding] Add #include that seems to be needed by SunPro compiler Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/05451b27 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/05451b27 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/05451b27 Branch: refs/heads/master Commit: 05451b272c390ef5d0f9d2d6fca354b261e19675 Parents: 929f8a5 Author: Andrew Stitcher <[email protected]> Authored: Fri Jan 20 12:58:51 2017 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Fri Jan 20 12:58:51 2017 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/endpoint.hpp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/05451b27/proton-c/bindings/cpp/include/proton/endpoint.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/endpoint.hpp b/proton-c/bindings/cpp/include/proton/endpoint.hpp index b041906..d660762 100644 --- a/proton-c/bindings/cpp/include/proton/endpoint.hpp +++ b/proton-c/bindings/cpp/include/proton/endpoint.hpp @@ -23,6 +23,7 @@ */ #include "./fwd.hpp" +#include "./error_condition.hpp" #include "./internal/config.hpp" #include "./internal/export.hpp" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
