#ifndef _FC_FILESYSTEM_HPP_ #define _FC_FILESYSTEM_HPP_ #include namespace fc { typedef boost::filesystem::path path; } #endif // _FC_FILESYSTEM_HPP_