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