diff options
Diffstat (limited to 'src/boost-utils.h')
-rw-r--r-- | src/boost-utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost-utils.h b/src/boost-utils.h new file mode 100644 index 0000000..c431857 --- /dev/null +++ b/src/boost-utils.h @@ -0,0 +1,8 @@ +#ifndef BOOST_UTILS_H_ +#define BOOST_UTILS_H_ + +#include <boost/filesystem.hpp> +namespace fs = boost::filesystem; +fs::path relativePath(const fs::path &path, const fs::path &relative_to); + +#endif |