1 parent 83ea723 commit f3ad971Copy full SHA for f3ad971
1 file changed
common/filesystem.h
@@ -60,6 +60,7 @@
60
61
#ifdef GHC_USE_STD_FS
62
#include <filesystem>
63
+ #include <fstream>
64
namespace fs {
65
using namespace std::filesystem;
66
using ifstream = std::ifstream;
0 commit comments