aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad/fix-unique_ptr.patch
blob: 4f81de3d9e850f104a7358621d5b05488c0522fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/common/windows/pe_util.cc b/src/common/windows/pe_util.cc
index 9f9e8fa..d912635 100644
--- a/src/common/windows/pe_util.cc
+++ b/src/common/windows/pe_util.cc
@@ -28,7 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "pe_util.h"
-
+#include <memory>
 #include <windows.h>
 #include <winnt.h>
 #include <atlbase.h>