summaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf/files/patch-simpleperf_record.h
blob: cb4e74e333e34c992d5ea52fddaa6f2f55a87289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- simpleperf/record.h.orig	2015-10-26 20:57:19 UTC
+++ simpleperf/record.h
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <sys/types.h>
 
+#include <memory> // unique_ptr
 #include <queue>
 #include <string>
 #include <vector>