Skip to content

Commit a73beae

Browse files
committed
Update include directive in syshelper.cpp to use forward declaration header
1 parent df6843b commit a73beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/rlguipp/syshelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string>
1616
#include <optional>
1717
#include <cstdlib>
18-
//#include <ghc/fs_impl.hpp>
18+
#include <ghc/fs_fwd.hpp>
1919
#include <cctype>
2020

2121
#ifndef _WIN32

0 commit comments

Comments
 (0)