summaryrefslogtreecommitdiff
path: root/src/boost-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost-utils.h')
-rw-r--r--src/boost-utils.h8
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
contact: Jan Huwald // Impressum