You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2017/10/13 16:20:07 UTC

qpid-proton git commit: PROTON-1630: Add a missing include

Repository: qpid-proton
Updated Branches:
  refs/heads/master 72b7ea050 -> 5c4962bf7


PROTON-1630: Add a missing include


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5c4962bf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5c4962bf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5c4962bf

Branch: refs/heads/master
Commit: 5c4962bf7a13dc99c2ae9941b4eea3ae644436f6
Parents: 72b7ea0
Author: Justin Ross <jr...@apache.org>
Authored: Fri Oct 13 09:14:09 2017 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Fri Oct 13 09:14:09 2017 -0700

----------------------------------------------------------------------
 proton-c/bindings/cpp/include/proton/default_container.hpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c4962bf/proton-c/bindings/cpp/include/proton/default_container.hpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/include/proton/default_container.hpp b/proton-c/bindings/cpp/include/proton/default_container.hpp
index c081c4b..b387ab4 100644
--- a/proton-c/bindings/cpp/include/proton/default_container.hpp
+++ b/proton-c/bindings/cpp/include/proton/default_container.hpp
@@ -22,6 +22,8 @@
  *
  */
 
+#include "./internal/export.hpp"
+
 /// @file
 /// @copybrief proton::default_container
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org