summaryrefslogtreecommitdiff
path: root/devel/android-tools-adb-devel/files/patch-adb_fdevent__test.cpp
blob: 492e538cf860a7b0052fdeb7f53c3c32408d3730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- adb/fdevent_test.cpp.orig	2015-09-17 22:58:36 UTC
+++ adb/fdevent_test.cpp
@@ -19,6 +19,7 @@
 #include <gtest/gtest.h>
 
 #include <limits>
+#include <memory> // std::unique_ptr
 #include <queue>
 #include <string>
 #include <vector>