Fixed path to experimental filesystem header for GNU environments.
This commit is contained in:
parent
f236ca91cf
commit
4eef6c679a
@ -60,6 +60,8 @@ namespace std {
|
||||
} // experimental
|
||||
} // std
|
||||
|
||||
#elif (__GNUC__)
|
||||
# include <experimental/filesystem>
|
||||
#else
|
||||
# include <filesystem>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user