From 2c3eade704f63b360926de9e975ce80143781679 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sat, 4 Aug 2018 16:39:14 +0000 Subject: Make fs::path::string() always return utf-8 string --- src/fs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fs.h') diff --git a/src/fs.h b/src/fs.h index 5492bdd4ec..a7074f446a 100644 --- a/src/fs.h +++ b/src/fs.h @@ -10,7 +10,6 @@ #include #include -#include /** Filesystem operations and types */ namespace fs = boost::filesystem; -- cgit v1.2.3