From 42eba25c9b56be31ceaff7053434b6accb9f2d86 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Wed, 13 Feb 2019 08:52:45 +0800 Subject: [PATCH] Use std::unique_ptr for stop service --- lib/service/stop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/stop.cpp b/lib/service/stop.cpp index 2b35e63..58ca30e 100644 --- a/lib/service/stop.cpp +++ b/lib/service/stop.cpp @@ -26,7 +26,7 @@ along with this program. If not, see . #include // popen, pclose, getpid #include // std::unique_ptr #include // std::array -#include // FILE +#include // FILE, std::feof, std::fgets namespace comfortable_swipe::service {