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/go1 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-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org