From e4718f05d049c1a09fb9662cc3db2d4c5122defe Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 9 Apr 2020 15:04:38 -1000 Subject: Revert "Use C++11 threading support instead of pthread" C++ threading support is on available on iOS7 This reverts commit b28636e54f682dc65aef169f201a34a8e2893369. --- test/interactive-helper/aptwebserver.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/interactive-helper/aptwebserver.cc') diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc index 2243ccea9..5c891f33a 100644 --- a/test/interactive-helper/aptwebserver.cc +++ b/test/interactive-helper/aptwebserver.cc @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3