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
|
} // experimental
|
||||||
} // std
|
} // std
|
||||||
|
|
||||||
|
#elif (__GNUC__)
|
||||||
|
# include <experimental/filesystem>
|
||||||
#else
|
#else
|
||||||
# include <filesystem>
|
# include <filesystem>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user