Fixed path to experimental filesystem header for GNU environments.

This commit is contained in:
git 2016-02-27 17:55:39 -08:00
parent f236ca91cf
commit 4eef6c679a

View File

@ -60,6 +60,8 @@ namespace std {
} // experimental
} // std
#elif (__GNUC__)
# include <experimental/filesystem>
#else
# include <filesystem>
#endif