From 013ca71f8e07f462266f5c795930739b37c6d5fb Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 24 Aug 2020 13:42:39 +0200 Subject: use C++17 std::filesystem instead of boost --- ssh-agent-filter.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh-agent-filter.C') diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index 340c606..e98123c 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -22,8 +22,8 @@ #include namespace po = boost::program_options; -#include -namespace fs = boost::filesystem; +#include +namespace fs = std::filesystem; #include #include -- cgit v1.2.3