summaryrefslogtreecommitdiff
path: root/src/boost-utils.h
blob: c4318576fea0582b3c844bcf60ee519f08ad4cb7 (plain)
1
2
3
4
5
6
7
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
contact: Jan Huwald // Impressum