]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/breakpad/fix-unique_ptr.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / breakpad / fix-unique_ptr.patch
1 diff --git a/src/common/windows/pe_util.cc b/src/common/windows/pe_util.cc
2 index 9f9e8fa..d912635 100644
3 --- a/src/common/windows/pe_util.cc
4 +++ b/src/common/windows/pe_util.cc
5 @@ -28,7 +28,7 @@
6 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7
8 #include "pe_util.h"
9 -
10 +#include <memory>
11 #include <windows.h>
12 #include <winnt.h>
13 #include <atlbase.h>