You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2017/01/20 18:00:19 UTC

qpid-proton git commit: PROTON-1383: [C++ binding] Add #include that seems to be needed by SunPro compiler

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 <as...@apache.org>
Authored: Fri Jan 20 12:58:51 2017 -0500
Committer: Andrew Stitcher <as...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org