You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2017/11/15 23:06:35 UTC

qpid-cpp git commit: QPID-8037: Compile error on Visual Studio 2017: auto_ptr definition

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 1a44364f3 -> 8ca906bc3


QPID-8037: Compile error on Visual Studio 2017: auto_ptr definition


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/8ca906bc
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/8ca906bc
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/8ca906bc

Branch: refs/heads/master
Commit: 8ca906bc34678563e033b910e96cfa7524899f21
Parents: 1a44364
Author: Chuck Rolke <cr...@redhat.com>
Authored: Wed Nov 15 18:11:56 2017 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Wed Nov 15 18:11:56 2017 -0500

----------------------------------------------------------------------
 src/qpid/store/ms-clfs/Log.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/8ca906bc/src/qpid/store/ms-clfs/Log.h
----------------------------------------------------------------------
diff --git a/src/qpid/store/ms-clfs/Log.h b/src/qpid/store/ms-clfs/Log.h
index 2f7eb6c..2e3d79b 100644
--- a/src/qpid/store/ms-clfs/Log.h
+++ b/src/qpid/store/ms-clfs/Log.h
@@ -22,6 +22,7 @@
  *
  */
 
+#include <memory>
 #include <string>
 #include <windows.h>
 #include <clfsw32.h>


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